diff options
| author | Josh Stone <jistone@redhat.com> | 2024-09-24 14:25:16 -0700 |
|---|---|---|
| committer | Josh Stone <jistone@redhat.com> | 2024-09-24 14:25:16 -0700 |
| commit | 0999b019f8e0a96ca7aac9fd5ec095d59b0806ec (patch) | |
| tree | 6bba5c63e251caa7a1aa28b8636324b620fc483c /compiler/rustc_data_structures/src/lib.rs | |
| parent | 1e9a50dde8fe417348a9e4c74787975527502ec3 (diff) | |
| download | rust-0999b019f8e0a96ca7aac9fd5ec095d59b0806ec.tar.gz rust-0999b019f8e0a96ca7aac9fd5ec095d59b0806ec.zip | |
Dogfood `feature(file_buffered)`
Diffstat (limited to 'compiler/rustc_data_structures/src/lib.rs')
| -rw-r--r-- | compiler/rustc_data_structures/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_data_structures/src/lib.rs b/compiler/rustc_data_structures/src/lib.rs index a35f5b1f17d..f225684d99f 100644 --- a/compiler/rustc_data_structures/src/lib.rs +++ b/compiler/rustc_data_structures/src/lib.rs @@ -23,6 +23,7 @@ #![feature(cfg_match)] #![feature(core_intrinsics)] #![feature(extend_one)] +#![feature(file_buffered)] #![feature(hash_raw_entry)] #![feature(macro_metavar_expr)] #![feature(map_try_insert)] |
