]> git.lizzy.rs Git - rust.git/blob - src/test/ui/error-codes/E0558.stderr
0cb8af9929418245cd5f0f91e58bb9e3658adc38
[rust.git] / src / test / ui / error-codes / E0558.stderr
1 error[E0558]: export_name attribute has invalid format
2   --> $DIR/E0558.rs:11:1
3    |
4 LL | #[export_name]
5    | ^^^^^^^^^^^^^^ did you mean #[export_name="*"]?
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0558`.