Skip to content

E0070 needs to be updated to new format #35503

Closed
@sophiajt

Description

@sophiajt

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

Error E0070 needs a span_label, updating it from:

error[E0070]: invalid left-hand side expression
  --> src/test/compile-fail/E0070.rs:18:5
   |
18 |     some_other_func() = 4; //~ ERROR E0070
   |     ^^^^^^^^^^^^^^^^^^^^^

To:

error[E0070]: invalid left-hand side expression
  --> src/test/compile-fail/E0070.rs:18:5
   |
18 |     some_other_func() = 4; //~ ERROR E0070
   |     ^^^^^^^^^^^^^^^^^^^^^ left-hand of expression not valid

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