blob: 95bd9a1a828f299c7da31fc6d97d0a54334f1cb4 [file] [log] [blame]
error[E0558]: `export_name` attribute has invalid format
--> $DIR/E0558.rs:1: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`.