Make Lazy not care about lifetimes until decode

This commit is contained in:
Michael Goulet 2022-05-22 12:34:34 -07:00
parent fa70b89d19
commit d1a9a95517
10 changed files with 217 additions and 54 deletions

View file

@ -33,6 +33,7 @@
#![feature(discriminant_kind)]
#![feature(exhaustive_patterns)]
#![feature(get_mut_unchecked)]
#![feature(generic_associated_types)]
#![feature(if_let_guard)]
#![feature(map_first_last)]
#![feature(negative_impls)]