W3cubDocs

/Rust

Error code E0661

Note: this error code is no longer emitted by the compiler.

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