about summary refs log tree commit diff
path: root/tests/ui/asm/tainting-on-error.stderr
blob: bd706d1f310bfd2f60c1653cd4e46aba45af505a (plain)
1
2
3
4
5
6
7
8
9
10
error: invalid `sym` operand
  --> $DIR/tainting-on-error.rs:9:13
   |
LL |             sym None::<()>,
   |             ^^^^^^^^^^^^^^ is an `Option<()>`
   |
   = help: `sym` operands must refer to either a function or a static

error: aborting due to 1 previous error