-
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 lints
Description
From: src/test/compile-fail/E0426.rs
E0426 needs a span_label, updating it from:
error[E0426]: use of undeclared label `'a`
--> src/test/compile-fail/E0426.rs:13:15
|
13 | break 'a; //~ ERROR E0426
| ^^
To:
error[E0426]: use of undeclared label `'a`
--> src/test/compile-fail/E0426.rs:13:15
|
13 | break 'a; //~ ERROR E0426
| ^^ undeclared label
Metadata
Metadata
Assignees
Labels
A-diagnosticsArea: Messages for errors, warnings, and lintsArea: Messages for errors, warnings, and lints
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
Rollup merge of rust-lang#35835 - crypto-universe:E0426, r=jonathandt…
Rollup merge of rust-lang#35835 - crypto-universe:E0426, r=jonathandt…
Rollup merge of rust-lang#35835 - crypto-universe:E0426, r=jonathandt…