Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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));