-
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.E-mentorCall for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.
Description
From: src/test/compile-fail/E0008.rs
Error E0008 needs a span_label, updating it from:
error[E0008]: cannot bind by-move into a pattern guard
--> src/test/compile-fail/E0008.rs:13:14
|
13 | Some(s) if s.len() == 0 => {}, //~ ERROR E0008
| ^
To:
error[E0008]: cannot bind by-move into a pattern guard
--> src/test/compile-fail/E0008.rs:13:14
|
13 | Some(s) if s.len() == 0 => {}, //~ ERROR E0008
| ^ moves value into pattern guard
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.E-mentorCall for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
Rollup merge of rust-lang#35530 - srdja:master, r=jonathandturner
Rollup merge of rust-lang#35530 - srdja:master, r=jonathandturner
Rollup merge of rust-lang#35530 - srdja:master, r=jonathandturner
marti1125 commentedon Sep 10, 2016
Hi @jonathandturner I would like to contribute with this =D
killercup commentedon Sep 10, 2016
@marti1125 I'm pretty sure this has already been fixed by #35530, this issue has just not been updated yet.
marti1125 commentedon Sep 10, 2016
Oh thanks 👍