Only allow feeding a value to newly created definitions.

This commit is contained in:
Camille GILLOT
2022-11-26 13:54:45 +00:00
parent 9f2c6b0b09
commit 731c002b27
6 changed files with 47 additions and 33 deletions

View File

@@ -30,8 +30,10 @@
#![feature(core_intrinsics)]
#![feature(discriminant_kind)]
#![feature(exhaustive_patterns)]
#![feature(generators)]
#![feature(get_mut_unchecked)]
#![feature(if_let_guard)]
#![feature(iter_from_generator)]
#![feature(negative_impls)]
#![feature(never_type)]
#![feature(extern_types)]