Skip to content

Remove the need to count lang items - #11953

Closed
alexcrichton wants to merge 1 commit into
rust-lang:masterfrom
alexcrichton:lang-item-count
Closed

Remove the need to count lang items#11953
alexcrichton wants to merge 1 commit into
rust-lang:masterfrom
alexcrichton:lang-item-count

Conversation

@alexcrichton

Copy link
Copy Markdown
Member

This solves horrible diffs where all you do is renumber literally everything.

This solves horrible diffs where all you do is renumber literally everything.
@alexcrichtonalexcrichton mentioned this pull request Feb 1, 2014
@borsbors closed this in 5c5d995Feb 1, 2014
@alexcrichton
alexcrichton deleted the lang-item-count branch February 1, 2014 07:36
flip1995 pushed a commit to flip1995/rust that referenced this pull request Dec 16, 2023
Fix binder handling in `unnecessary_to_owned`
fixesrust-lang#11952
The use of `rebind` instead of `EarlyBinder::bind` isn't technically needed, but it is the semantically correct operation.
changelog: None
flip1995 pushed a commit to flip1995/rust that referenced this pull request Dec 21, 2023
Fix binder handling in `unnecessary_to_owned`
fixesrust-lang#11952
The use of `rebind` instead of `EarlyBinder::bind` isn't technically needed, but it is the semantically correct operation.
changelog: None
flip1995 pushed a commit to flip1995/rust that referenced this pull request Dec 21, 2023
Fix binder handling in `unnecessary_to_owned`
fixesrust-lang#11952
The use of `rebind` instead of `EarlyBinder::bind` isn't technically needed, but it is the semantically correct operation.
changelog: None
xobs pushed a commit to betrusted-io/rust that referenced this pull request Dec 24, 2023
Fix binder handling in `unnecessary_to_owned`
fixesrust-lang#11952
The use of `rebind` instead of `EarlyBinder::bind` isn't technically needed, but it is the semantically correct operation.
changelog: None
LucasSte pushed a commit to LucasSte/rust that referenced this pull request Feb 19, 2024
Fix binder handling in `unnecessary_to_owned`
fixesrust-lang#11952
The use of `rebind` instead of `EarlyBinder::bind` isn't technically needed, but it is the semantically correct operation.
changelog: None
U007D pushed a commit to U007D/rust-mos that referenced this pull request Aug 21, 2026
11953: fix: `extract_module` is too eager r=Veykril a=iDawer
Refactored `extract_module`.
Searching for usages and import resolving are done lazily.
Closerust-lang#11944 Co-authored-by: iDawer <ilnur.iskhakov.oss@outlook.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@alexcrichton