Skip to content

Add support for new where clause location in associated types. #11672

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

Merged
merged 1 commit into from
Mar 10, 2022

Conversation

Dirbaio
Copy link
Contributor

@Dirbaio Dirbaio commented Mar 10, 2022

A recent Rust nightly changed it: rust-lang/rust#89122

This allows both the old and new location.

Fixes #11651

@Veykril
Copy link
Member

Veykril commented Mar 10, 2022

You need to run the tests of the parser crate once, as that generates test fixtures from the inline test comments.

A recent Rust nightly changed it: rust-lang/rust#89122

This allows both the old and new location.
@Dirbaio
Copy link
Contributor Author

Dirbaio commented Mar 10, 2022

Done! :D

@Veykril
Copy link
Member

Veykril commented Mar 10, 2022

Thanks!
bors r+

@bors
Copy link
Contributor

bors bot commented Mar 10, 2022

@bors bors bot merged commit e963443 into rust-lang:master Mar 10, 2022
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.

Syntax errors for new associated type where clause position
2 participants