-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Rename LifetimeName
as LifetimeKind
.
#139770
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
base: master
Are you sure you want to change the base?
Conversation
The rustc-dev-guide subtree was changed. If this PR only touches the dev guide consider submitting a PR directly to rust-lang/rustc-dev-guide otherwise thank you for updating the dev guide with your changes. cc @BoxyUwU, @jieyouxu, @Kobzol rust-analyzer is developed in its own repository. If possible, consider making this change to rust-lang/rust-analyzer instead. cc @rust-lang/rust-analyzer HIR ty lowering was modified cc @fmease Some changes occurred in src/tools/clippy cc @rust-lang/clippy |
The rust-analyzer changes seems unrelated (and |
6626dd7
to
d9e9388
Compare
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Good catch, thanks. I have removed those changes. I also removed the unintentional cargo changes. |
it seems like there are still cargo changes |
3152ef1
to
5c27b89
Compare
Sorry about that, fixed now. @rustbot ready |
☔ The latest upstream changes (presumably #139845) made this pull request unmergeable. Please resolve the merge conflicts. |
It's a much better name, more consistent with how we name such things. Also rename `Lifetime::res` as `Lifetime::kind` to match. I suspect this field used to have the type `LifetimeRes` and then the type was changed but the field name remained the same.
5c27b89
to
fe882bf
Compare
I rebased. |
It's a much better name, more consistent with how we name such things.
Also rename
Lifetime::res
asLifetime::kind
to match. I suspect this field used to have the typeLifetimeRes
and then the type was changed but the field name remained the same.r? @BoxyUwU