Skip to content

librustc: Remove useless code to handle let _ = ... #14882

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
Jun 16, 2014

Conversation

pcwalton
Copy link
Contributor

This code didn't do anything, but was a vestige of the old semantics for
let _ = ....

Closes #10488. (As near as I can tell anyhow.)

r? @nikomatsakis

This code didn't do anything, but was a vestige of the old semantics for
`let _ = ...`.

Closes rust-lang#10488. (As near as I can tell anyhow.)
bors added a commit that referenced this pull request Jun 16, 2014
This code didn't do anything, but was a vestige of the old semantics for
`let _ = ...`.

Closes #10488. (As near as I can tell anyhow.)

r? @nikomatsakis
@bors bors closed this Jun 16, 2014
@bors bors merged commit 1a852a6 into rust-lang:master Jun 16, 2014
bors added a commit to rust-lang-ci/rust that referenced this pull request Jul 17, 2023
Remind user to check $PATH after installation.

fixes rust-lang#14882 . I don't think that this is the correct wording to express this but I at least wanted to take the initiative :)
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix semantics of let _ = ... not to drop
3 participants