blob: 0777c44058fe81e3cf682c9448413d6789dfff45 [file] [log] [blame]
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`.