1
Fork 0

Make GATs no longer incomplete

This commit is contained in:
Jack Huey 2021-04-27 14:55:38 -04:00 committed by jackh726
parent 27e4205881
commit f1ab6f93e6
138 changed files with 197 additions and 587 deletions

View file

@ -2315,7 +2315,7 @@ declare_lint! {
/// ### Example
///
/// ```rust
/// #![feature(generic_associated_types)]
/// #![feature(const_generics)]
/// ```
///
/// {{produces}}