-
Notifications
You must be signed in to change notification settings - Fork 13.3k
E0422 description. #28554
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
E0422 description. #28554
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @arielb1 (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. 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. |
``` | ||
|
||
In this case, `Foo` is undefined, so it inherently isn't anything, and | ||
definatly not a struct. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/definatly/definitely/
9975f82
to
dc6fc6b
Compare
Thanks, @apasel422! (I also squashed the commits.) |
@ChristopherDumas Should this be in |
I don't know. |
|
Yeah, your right. |
cc2a6fc
to
9952438
Compare
I squashed the commits again. |
You'll also have to remove line 914. |
26b9b92
to
89deac8
Compare
Whoops! OK. |
@@ -888,7 +911,7 @@ register_diagnostics! { | |||
E0418, // is not an enum variant, struct or const | |||
E0420, // is not an associated const | |||
E0421, // unresolved associated const | |||
E0422, // does not name a structure | |||
// E0422, // does not name a structure |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can delete it, rather than comment it out.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK? Is that better? I noticed that some are commented out, while some are deleted.
fa83469
to
a818f9f
Compare
That's better. The ones that are commented out are commented out instead of deleted in order to ensure that no one uses them in the future (because they apply to errors that no longer exist). |
📌 Commit a818f9f has been approved by |
⌛ Testing commit a818f9f with merge 48a24bf... |
💔 Test failed - auto-win-msvc-64-opt |
@bors: retry On Thu, Oct 1, 2015 at 9:26 AM, bors [email protected] wrote:
|
No description provided.