-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Closed
Labels
A-diagnosticsArea: Messages for errors, warnings, and lintsArea: Messages for errors, warnings, and lintsE-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Description
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
Labels
A-diagnosticsArea: Messages for errors, warnings, and lintsArea: Messages for errors, warnings, and lintsE-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.