-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Suggests compiler to update if on older version when using unstable
feature
#117346
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @lcnr (or someone else) soon. Please see the contribution instructions for more information. Namely, in order to ensure the minimum review times lag, PR authors and assigned reviewers should ensure that the review label (
|
@rustbot +S-waiting-on-review |
@lcnr |
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.
This is not quite the right place to put it. It's just about unstable trait items, while the note should be for all unstable features, language features an library. For example, it should show up for let_chains
.
Putting it here isn't wrong (though I'm not sure whether it will actually show up, you may need to also mention it in the diagnostics struct), but it just needs more places as well.
When you get hundreds of test failures, you've done it correctly (and then can --bless
them).
r? @Nilstrieb feel free to reassign |
@Nilstrieb
I did research across places but didn't seem to have found the solution. This exact issue had also occurred in
|
I have no clue as I don't know much about MacOS. Ask on Zulip instead. Maybe delete your build directory and try again? |
I have put a topic on |
@Nilstrieb I will do the changes for next review! |
… feature Part of Issue rust-lang#117318
1174b17
to
9b32ff6
Compare
Regarding Also, while testing, what do the |
Running all 15000 is correct, but only a few of them should fail. i means the test was ignored, . Means it passed |
How do I specify the |
Uh I think there should be a property in config.toml. alternatively just run |
While I presume there would be a lot more as such and they don't have a |
You can look through the change log to find things that were stabilized. |
@Nilstrieb |
Part of Issue #117318
Added additional
note
suggesting compiler update in the.ftl
file when callingunstable
feature error diagnostic in either case ofSome
orNone
.Potential addition would be to check the
system time
and compare with the last successful build.