summary refs log tree commit diff
path: root/src/test/ui/span/E0535.stderr
blob: 23070e1555b9b89f101cd7440fd30e9d06554978 (plain)
1
2
3
4
5
6
7
8
error[E0535]: invalid argument
  --> $DIR/E0535.rs:11:10
   |
11 | #[inline(unknown)] //~ ERROR E0535
   |          ^^^^^^^

error: aborting due to previous error