rust/src/test/ui/error-codes/E0558.stderr
2018-06-24 00:16:10 +01:00

9 lines
268 B
Text

error[E0558]: `export_name` attribute has invalid format
--> $DIR/E0558.rs:11:1
|
LL | #[export_name]
| ^^^^^^^^^^^^^^ did you mean #[export_name="*"]?
error: aborting due to previous error
For more information about this error, try `rustc --explain E0558`.