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

GATs outlives lint incomplete #93278

Closed
jackh726 opened this issue Jan 24, 2022 · 2 comments · Fixed by #93820
Closed

GATs outlives lint incomplete #93278

jackh726 opened this issue Jan 24, 2022 · 2 comments · Fixed by #93820
Assignees
Labels
A-GATs Area: Generic associated types (GATs) F-generic_associated_types `#![feature(generic_associated_types)]` a.k.a. GATs GATs-blocking Issues using the `generic_associated_types` feature that block stabilization GATs-triaged Issues using the `generic_associated_types` feature that have been triaged

Comments

@jackh726
Copy link
Member

jackh726 commented Jan 24, 2022

The following should error, but doesn't: https://play.rust-lang.org/?version=nightly&mode=debug&edition=2021&gist=5dfa889a16a936338aa5d346ced567d5

This is in a test, but doesn't have a FIXME:

@jackh726 jackh726 added the F-generic_associated_types `#![feature(generic_associated_types)]` a.k.a. GATs label Jan 24, 2022
@jackh726
Copy link
Member Author

jackh726 commented Feb 7, 2022

GATs issue triage: blocking. We can't change this after GATs are stabilized in a backwards-compatible manner.

@jackh726 jackh726 added GATs-blocking Issues using the `generic_associated_types` feature that block stabilization GATs-triaged Issues using the `generic_associated_types` feature that have been triaged labels Feb 7, 2022
@compiler-errors
Copy link
Member

@rustbot claim

@bors bors closed this as completed in bfb2856 Feb 15, 2022
@fmease fmease added the A-GATs Area: Generic associated types (GATs) label Nov 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-GATs Area: Generic associated types (GATs) F-generic_associated_types `#![feature(generic_associated_types)]` a.k.a. GATs GATs-blocking Issues using the `generic_associated_types` feature that block stabilization GATs-triaged Issues using the `generic_associated_types` feature that have been triaged
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants