summary refs log tree commit diff
path: root/src/test/ui/error-codes/E0558.stderr
blob: 0cb8af9929418245cd5f0f91e58bb9e3658adc38 (plain)
1
2
3
4
5
6
7
8
9
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`.