1
Fork 0

Stabilize GATs

This commit is contained in:
Jack Huey 2022-05-04 10:22:19 -04:00
parent 02654a0844
commit 3cf0e98dc9
280 changed files with 313 additions and 808 deletions

View file

@ -3989,8 +3989,6 @@ declare_lint! {
/// ### Example
///
/// ```rust
/// #![feature(generic_associated_types)]
///
/// trait Trait {
/// type Assoc<'a> where Self: 'a;
/// }