Skip to content

E0424 needs to be updated to new format #35797

Closed
@sophiajt

Description

@sophiajt

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

E0424 needs a span_label, a note, and an updated title, changing it from:

error[E0424]: `self` is not available in a static method. Maybe a `self` argument is missing?
  --> src/test/compile-fail/E0424.rs:17:9
   |
17 |         self.bar(); //~ ERROR E0424
   |         ^^^^

To:

error[E0424]: `self` is not available in a static method
  --> src/test/compile-fail/E0424.rs:17:9
   |
17 |         self.bar(); //~ ERROR E0424
   |         ^^^^ not available in static method
   |
   = note: maybe a `self` argument is missing?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions