Skip to content

E0463 needs to be updated to new format #35934

Closed
@sophiajt

Description

@sophiajt

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

E0463 needs a span_label, updating it from:

error[E0463]: can't find crate for `cookie_monster`
  --> src/test/compile-fail/E0463.rs:12:11
   |
12 | #![plugin(cookie_monster)] //~ ERROR E0463
   |           ^^^^^^^^^^^^^^

To:

error[E0463]: can't find crate for `cookie_monster`
  --> src/test/compile-fail/E0463.rs:12:11
   |
12 | #![plugin(cookie_monster)] //~ ERROR E0463
   |           ^^^^^^^^^^^^^^ can't find crate

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-diagnosticsArea: Messages for errors, warnings, and lintsE-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions