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