blob: f52c3f9f2c04335748b046c4034fa814426f0ccd (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0535]: invalid argument
--> $DIR/E0535.rs:1:10
|
LL | #[inline(unknown)]
| ^^^^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0535`.
|