Skip to content
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

Remove the need to count lang items #11953

Closed
wants to merge 1 commit into from

Conversation

alexcrichton
Copy link
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.
@bors bors closed this in 5c5d995 Feb 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`

fixes rust-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`

fixes rust-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`

fixes rust-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`

fixes rust-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`

fixes rust-lang#11952

The use of `rebind` instead of `EarlyBinder::bind` isn't technically needed, but it is the semantically correct operation.

changelog: None
Sign up for free to 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