blob: 9060b687f508cf78fc2ac6d42b4306d5ab35c8b5 [file] [log] [blame] [edit]
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`.