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

Close out #9155 #9697

Merged
merged 1 commit into from
Oct 3, 2013
Merged

Close out #9155 #9697

merged 1 commit into from
Oct 3, 2013

Conversation

sfackler
Copy link
Member

@sfackler sfackler commented Oct 3, 2013

Add a test to make sure it works and switch a private struct over to a
newtype.

Closes #9155

Add a test to make sure it works and switch a private struct over to a
newtype.

Closes rust-lang#9155
@thestinger
Copy link
Contributor

Passed all tests, but GitHub went down. Merging manually in an attempt to get bors going again.

thestinger added a commit that referenced this pull request Oct 3, 2013
@thestinger thestinger merged commit 6d59898 into rust-lang:master Oct 3, 2013
@sfackler sfackler deleted the issue_9155 branch May 15, 2014 05:03
flip1995 pushed a commit to flip1995/rust that referenced this pull request Nov 21, 2022
…p1995

Mark `let_underscore_lock` and `let_underscore_drop` as uplifted

Here I've renamed both the uplifted lints, however rustc's `let_underscore_lock` is slightly less capable than the clippy lint as it doesn't catch `parking_lot` types or `Result<Guard, ..>`, should we still remove it? The `Result` change looks like it was unintentional to me so that could probably be fixed upstream

changelog: Uplift [`let_underscore_drop`] to rustc rust-lang#97739
changelog: Remove overlap between rustc's `let_underscore_lock` and Clippy's [`let_underscore_lock`]

r? `@flip1995`
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.

ICE when using generic newtypes cross-crate
4 participants