Skip to content

E0084 needs to be updated to new format #35792

@sophiajt

Description

@sophiajt

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

E0084 needs a span_label, updating it from:

error[E0084]: unsupported representation for zero-variant enum
  --> src/test/compile-fail/E0084.rs:12:1
   |
12 | enum Foo {} //~ ERROR E0084
   | ^^^^^^^^^^^

To:

error[E0084]: unsupported representation for zero-variant enum
  --> src/test/compile-fail/E0084.rs:12:1
   |
12 | enum Foo {} //~ ERROR E0084
   | ^^^^^^^^^^^ unsupported enum representation

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