Skip to content

E0454 needs to be updated to new format #35930

Closed
@sophiajt

Description

@sophiajt

From: src/test/compile-fail/E0454.rs

E0454 needs a span_label, updating it from:

error[E0454]: #[link(name = "")] given with empty name
  --> src/test/compile-fail/E0454.rs:11:1
   |
11 | #[link(name = "")] extern {} //~ ERROR E0454
   | ^^^^^^^^^^^^^^^^^^

To:

error[E0454]: #[link(name = "")] given with empty name
  --> src/test/compile-fail/E0454.rs:11:1
   |
11 | #[link(name = "")] extern {} //~ ERROR E0454
   | ^^^^^^^^^^^^^^^^^^ empty name given

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-diagnosticsArea: Messages for errors, warnings, and lints

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions