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

librustc: Forbid identifiers that shadow in the same pattern in let #14801

Merged
merged 1 commit into from
Jun 12, 2014

Conversation

pcwalton
Copy link
Contributor

bindings and function arguments.

Issue #14581.

To fix code that this breaks, give the pattern identifiers different names.

[breaking-change]

r? @brson

bindings and function arguments.

Issue rust-lang#14581.

To fix code that this breaks, give the pattern identifiers different names.

[breaking-change]
@brson
Copy link
Contributor

brson commented Jun 12, 2014

👍

bors added a commit that referenced this pull request Jun 12, 2014
…=alexcrichton

bindings and function arguments.

Issue #14581.

To fix code that this breaks, give the pattern identifiers different names.

[breaking-change]

r? @brson
@bors bors closed this Jun 12, 2014
@bors bors merged commit c23748c into rust-lang:master Jun 12, 2014
bors added a commit to rust-lang-ci/rust that referenced this pull request Jun 5, 2023
fix: Fix process-changes duplicating change events

Should fix rust-lang/rust-analyzer#14791
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.

3 participants