10 lines
281 B
Plaintext
10 lines
281 B
Plaintext
error[E0669]: invalid value for constraint in inline assembly
|
|
--> $DIR/issue-37433.rs:8:29
|
|
|
|
|
LL | llvm_asm!("" :: "r"(""));
|
|
| ^^
|
|
|
|
error: aborting due to previous error
|
|
|
|
For more information about this error, try `rustc --explain E0669`.
|