-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
[WIP] Tracking the unsolved variables that was assigned !
type
#78051
Conversation
r? @estebank (rust_highfive has picked a reviewer for you, use r? to override) |
!
type!
type
//FIXME: Add explanation. | ||
pub FALL_BACK_TO_NEVER_TYPE, | ||
Deny, | ||
"Unresolved variable might fall back to never_type `!`" |
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.
Nitpick: the style for user visible messages is not to have leading upper-case titling.
"Unresolved variable might fall back to never_type `!`" | |
"unresolved variable might fall back to never_type `!`" |
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.
Thanks a lot @estebank I will make the change.
☔ The latest upstream changes (presumably #75534) made this pull request unmergeable. Please resolve the merge conflicts. Note that reviewers usually do not review pull requests until merge conflicts are resolved! Once you resolve the conflicts, you should change the labels applied by bors to indicate that your PR is ready for review. Post this as a comment to change the labels:
|
@bors try |
@blitzerr: 🔑 Insufficient privileges: not in try users |
@bors try |
⌛ Trying commit 20c2094 with merge e1ed1bb65d7f01dd2fb49e022313bc28e06d9560... |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
💔 Test failed - checks-actions |
@blitzerr any updates on this? |
Addresses #66173