Closed
Description
From: src/test/compile-fail/E0558.rs
E0558 needs a help converted to span_label, updating this:
error[E0558]: export_name attribute has invalid format
--> src/test/compile-fail/E0558.rs:11:1
|
11 | #[export_name] //~ ERROR E0558
| ^^^^^^^^^^^^^^
|
= help: use #[export_name="*"]
To:
error[E0558]: export_name attribute has invalid format
--> src/test/compile-fail/E0558.rs:11:1
|
11 | #[export_name] //~ ERROR E0558
| ^^^^^^^^^^^^^^ did you mean #[export_name="*"]?
Metadata
Metadata
Assignees
Labels
No labels