1
Fork 0

Add {core,std}::prelude::{rust_2015,rust_2018,rust_2021}.

rust_2015 and rust_2018 are just re-exports of v1.
rust_2021 is a module that for now just re-exports everything from v1,
such that we can add more things later.
This commit is contained in:
Mara Bos 2021-02-17 13:33:47 +01:00
parent 89d32eb1ea
commit 1ab9fe5d44
4 changed files with 73 additions and 4 deletions

View file

@ -299,6 +299,7 @@
#![feature(panic_internals)]
#![feature(panic_unwind)]
#![feature(pin_static_ref)]
#![feature(prelude_2021)]
#![feature(prelude_import)]
#![feature(ptr_internals)]
#![feature(raw)]