]> git.lizzy.rs Git - rust.git/blob - src/test/ui/error-codes/E0558.stderr
Rollup merge of #51786 - cuviper:stat64-pointers, r=Mark-Simulacrum
[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`.