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

@ -2,7 +2,7 @@
#![feature(decl_macro)]
#![feature(drain_filter)]
#![feature(generators)]
#![feature(generic_associated_types)]
#![cfg_attr(bootstrap, feature(generic_associated_types))]
#![feature(iter_from_generator)]
#![feature(let_chains)]
#![feature(let_else)]