Skip to content

E0529 needs to be updated to new format #36195

Closed
@sophiajt

Description

@sophiajt

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

E0529 needs a span_label, updating it from:

error[E0529]: expected an array or slice, found `f32`
  --> src/test/compile-fail/E0529.rs:16:9
   |
16 |         [a, b] => { //~ ERROR E0529
   |         ^^^^^^

To:

error[E0529]: expected an array or slice, found `f32`
  --> src/test/compile-fail/E0529.rs:16:9
   |
16 |         [a, b] => { //~ ERROR E0529
   |         ^^^^^^ pattern cannot match `f32` type
``

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