diff options
| author | marmeladema <xademax@gmail.com> | 2020-08-29 19:16:49 +0100 |
|---|---|---|
| committer | marmeladema <xademax@gmail.com> | 2020-08-30 20:06:14 +0100 |
| commit | 68500ffacb4d28586a9c17799ab73e41aa2cfe94 (patch) | |
| tree | 07957e5d0855da3d69eae0a12ce68c9b90c89e0b /compiler/rustc_interface/src | |
| parent | 85fbf49ce0e2274d0acf798f6e703747674feec3 (diff) | |
| download | rust-68500ffacb4d28586a9c17799ab73e41aa2cfe94.tar.gz rust-68500ffacb4d28586a9c17799ab73e41aa2cfe94.zip | |
datastructures: replace `once_cell` crate with an impl from std
Diffstat (limited to 'compiler/rustc_interface/src')
| -rw-r--r-- | compiler/rustc_interface/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_interface/src/lib.rs b/compiler/rustc_interface/src/lib.rs index fe40c615f79..88d2efe96d1 100644 --- a/compiler/rustc_interface/src/lib.rs +++ b/compiler/rustc_interface/src/lib.rs @@ -4,6 +4,7 @@ #![feature(nll)] #![feature(generator_trait)] #![feature(generators)] +#![feature(once_cell)] #![recursion_limit = "256"] mod callbacks; |
