]> git.lizzy.rs Git - rust.git/blob - src/test/ui/E0661.stderr
Rollup merge of #57107 - mjbshaw:thread_local_test, r=nikomatsakis
[rust.git] / src / test / ui / E0661.stderr
1 error[E0661]: output operand constraint lacks '=' or '+'
2   --> $DIR/E0661.rs:5:18
3    |
4 LL |     asm!("nop" : "r"(a));
5    |                  ^^^
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0661`.