Uh oh!
There was an error while loading. Please reload this page.
#36553 specialisation error 520 is misleading - #36652
Conversation
this commit correct E0502 error text. See referenced issue for further info
rust-highfive
commented
Sep 22, 2016
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @nrc (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
| err.span_label(span, &"parent `impl` is here"); | ||
| err.note(&format!("to specialize, either the parent `impl` or `{}` \ | ||
| err.note(&format!("to specialize, `{}` \ | ||
| in the parent `impl` must be marked `default`", |
There was a problem hiding this comment.
nit: this string could all fit on one line now.
nrc
commented
Sep 25, 2016
looks good, thanks! r=me with the nit about the string fixed. |
fit string in one line
giannicic
commented
Sep 26, 2016
r=nrc |
nrc
commented
Sep 26, 2016
@bors: r+ |
bors
commented
Sep 26, 2016
📌 Commit 63a5892 has been approved by |
bors
commented
Sep 26, 2016
this commit corrects E0520 error text. See referenced issue for further info r? @nrc
this commit corrects E0520 error text.
See referenced issue for further info
r? @nrc