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

error: aborting due to previous error

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