summaryrefslogtreecommitdiffstats
path: root/tests/ui/span/E0535.stderr
blob: 9060b687f508cf78fc2ac6d42b4306d5ab35c8b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
error[E0535]: invalid argument
  --> $DIR/E0535.rs:1:10
   |
LL | #[inline(unknown)]
   |          ^^^^^^^
   |
   = help: valid inline arguments are `always` and `never`

error: aborting due to 1 previous error

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