summary refs log tree commit diff
path: root/src/test/ui/error-codes/E0661.stderr
blob: 58f7e7fa0f919222fdae9ffb3ef9072843e19dbb (plain)
1
2
3
4
5
6
7
8
error[E0661]: output operand constraint lacks '=' or '+'
  --> $DIR/E0661.rs:7:18
   |
LL |     asm!("nop" : "r"(a));
   |                  ^^^

error: aborting due to previous error