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

ANN: Update inspections for Type Aliases #7976

Merged
merged 1 commit into from Nov 24, 2021
Merged

Conversation

mchernyavsky
Copy link
Member

@mchernyavsky mchernyavsky commented Oct 18, 2021

Fixes #8109.

Relates to #6633.

changelog: Update inspections for Type Aliases

@Undin Undin added this to In Progress in To test via automation Oct 18, 2021
@mchernyavsky mchernyavsky assigned Undin and unassigned Undin Oct 27, 2021
@vlad20012
Copy link
Member

Actually, Rustc allows associated types to have empty <> type argument list without the GAT feature:

trait Trait {
    type Item<>;

Copy link
Member Author

@mchernyavsky mchernyavsky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bors r=vlad20012

@bors
Copy link
Contributor

bors bot commented Nov 24, 2021

Build succeeded:

@bors bors bot merged commit c8a3868 into master Nov 24, 2021
To test automation moved this from In Progress to Test Nov 24, 2021
@bors bors bot deleted the generic-associated-types branch November 24, 2021 16:38
@github-actions github-actions bot added this to the v161 milestone Nov 24, 2021
@Undin Undin assigned vlad20012 and unassigned Undin Nov 24, 2021
@neonaot neonaot self-assigned this Nov 30, 2021
@neonaot neonaot moved this from Test to Done in To test Dec 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
To test
  
Done
Development

Successfully merging this pull request may close these issues.

False positive (and outdated) E0202
4 participants