rust/src/test/ui/span/E0535.stderr
Guillaume Gomez 2e104a77cf update tests
2018-03-14 00:53:24 +01:00

10 lines
232 B
Plaintext

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`.