Skip to content

E0558 needs to be updated to new format #36196

@sophiajt

Description

@sophiajt

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions