An invalid input operand constraint was passed to the llvm_asm macro (third line).
Erroneous code example:
llvm_asm!("xor %eax, %eax"
:
: "=test"("a")
);
© 2010 The Rust Project Developers
Licensed under the Apache License, Version 2.0 or the MIT license, at your option.
https://doc.rust-lang.org/error_codes/E0662.html