rust/src/test/ui/error-codes/E0565.stderr

10 lines
232 B
Plaintext
Raw Normal View History

2018-02-08 03:35:35 +00:00
error[E0565]: unsupported literal
--> $DIR/E0565.rs:14:8
|
2018-02-23 00:42:32 +00:00
LL | #[repr("C")] //~ ERROR E0565
2018-02-08 03:35:35 +00:00
| ^^^
error: aborting due to previous error
2018-02-19 20:40:25 +00:00
If you want more information on this error, try using "rustc --explain E0565"