]> git.lizzy.rs Git - rust.git/blob - src/test/ui/E0663.stderr
Rollup merge of #53317 - estebank:abolish-ice, r=oli-obk
[rust.git] / src / test / ui / E0663.stderr
1 error[E0663]: input operand constraint contains '+'
2   --> $DIR/E0663.rs:18:12
3    |
4 LL |          : "+test"("a") //~ ERROR E0663
5    |            ^^^^^^^
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0663`.