blob: b1411bc436ae2f4edbd9049fa75d7219d9d380f0 (
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 previous error
For more information about this error, try `rustc --explain E0535`.
|