]> git.lizzy.rs Git - rust.git/blob - src/test/ui/asm/issue-62046.stderr
Rollup merge of #70038 - DutchGhost:const-forget-tests, r=RalfJung
[rust.git] / src / test / ui / asm / issue-62046.stderr
1 error[E0668]: malformed inline assembly
2   --> $DIR/issue-62046.rs:8:9
3    |
4 LL |         asm!("nop" : "+r"("r15"));
5    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
6    |
7    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0668`.