summary refs log tree commit diff
path: root/src/test/ui/error-codes/E0663.stderr
blob: 5f8dede0242f3dd3d3255c9e78d8869de39d6bfa (plain)
1
2
3
4
5
6
7
8
9
error[E0663]: input operand constraint contains '+'
  --> $DIR/E0663.rs:9:17
   |
LL |               : "+test"("a")
   |                 ^^^^^^^

error: aborting due to previous error

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