summary refs log tree commit diff
path: root/src/test/ui/asm/issue-62046.stderr
blob: a38a300548d4836dca4104fefdce751a41458d16 (plain)
1
2
3
4
5
6
7
8
9
10
11
error[E0668]: malformed inline assembly
  --> $DIR/issue-62046.rs:8:9
   |
LL |         asm!("nop" : "+r"("r15"));
   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)

error: aborting due to previous error

For more information about this error, try `rustc --explain E0668`.