-
Notifications
You must be signed in to change notification settings - Fork 13.6k
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/E0458.rs
E0458 needs a span_label, updating it from:
error[E0458]: unknown kind: `wonderful_unicorn`
--> src/test/compile-fail/E0458.rs:11:1
|
11 | #[link(kind = "wonderful_unicorn")] extern {} //~ ERROR E0458
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
To:
error[E0458]: unknown kind: `wonderful_unicorn`
--> src/test/compile-fail/E0458.rs:11:1
|
11 | #[link(kind = "wonderful_unicorn")] extern {} //~ ERROR E0458
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unknown kind
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.