-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Error when forgetting a :: when specializing a generic is confusing #1187
Comments
N.B. the confusion here is that |
Confirmed that HEAD still exhibits the same (confusing) behavior. |
Still just as confusing, as of 86b8bf3 |
This is still just as confusing as ever. Nominating for milestone 5, production-ready -- I think it's really important to fix this, as it confuses new users. |
yeah, this is a special-case warning, should look at unresolved name when occurring within the RHS of a binary less-than expr and check for a type name, if matching, issue special-case warning. |
accepted for production-ready milestone |
Triage: still just as confusing as of 4ecb0a3. |
Not 1.0 |
Visiting for triage. Nothing to add |
Today, with this example:
I get this error:
Seems good! I don't know when this changed, but it has. |
Preparations for building as part of rustc
rust-lang#1187) This ensures that results are consistent across windows/linux tests.
If there's no way to fix this, so be it, but it would be nice to have a heuristic that could help the user figure out what's going on.
The text was updated successfully, but these errors were encountered: