Skip to content

Make type_is_pod handle structs correctly. Closes #6868. #6924

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 4, 2013

Conversation

msullivan
Copy link
Contributor

No description provided.

@bors bors closed this Jun 4, 2013
@bors bors merged commit d85938f into rust-lang:incoming Jun 4, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Mar 25, 2021
wrong_self_convention: `to_` convention respects `Copy` types

fixes rust-lang#6727
changelog: wrong_self_convention: `to_` convention respects `Copy` types
flip1995 pushed a commit to flip1995/rust that referenced this pull request Apr 22, 2021
Fix FP in `wrong_self_convention` lint

Previously, this lint didn't check into impl block when it was implementing a trait.
Recent improvements (rust-lang#6924) have moved this check and some impl blocks are now checked but they shouldn't, such as in rust-lang#7032.

Fixes rust-lang#7032

changelog: Fix FP when not taking `self` in impl block for `wrong_self_convention` lint
# 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.

3 participants