An invalid syntax was passed to the second argument of an llvm_asm macro line.
Erroneous code example:
let a;
llvm_asm!("nop" : "r"(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/E0661.html