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

error: aborting due to previous error