-
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.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/E0055.rs
Error E0055 needs a span_label, updating it from:
error[E0055]: reached the recursion limit while auto-dereferencing Foo
--> src/test/compile-fail/E0055.rs:21:13
|
21 | ref_foo.foo(); //~ ERROR E0055
| ^^^
To:
error[E0055]: reached the recursion limit while auto-dereferencing Foo
--> src/test/compile-fail/E0055.rs:21:13
|
21 | ref_foo.foo(); //~ ERROR E0055
| ^^^ deref recursion limit reached
Bonus: there may be a better wording for the label. Suggestions welcome!
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
nickmass commentedon Aug 3, 2016
I will take this issue.
KiChjang commentedon Aug 8, 2016
The bonus for this issue hasn't been attempted yet.
sophiajt commentedon Sep 16, 2016
@KiChjang - closing this, but you like you can definitely file an issue for the bonus