You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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="*"]?