W3cubDocs

/Rust

Error code E0664

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

A clobber was surrounded by braces in the llvm_asm macro.

Erroneous code example:

llvm_asm!("mov $$0x200, %eax"
          :
          :
          : "{eax}"
         );

© 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/E0664.html