about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/lib.rs
diff options
context:
space:
mode:
authorJosh Stone <jistone@redhat.com>2024-09-24 14:25:16 -0700
committerJosh Stone <jistone@redhat.com>2024-09-24 14:25:16 -0700
commit0999b019f8e0a96ca7aac9fd5ec095d59b0806ec (patch)
tree6bba5c63e251caa7a1aa28b8636324b620fc483c /compiler/rustc_codegen_llvm/src/lib.rs
parent1e9a50dde8fe417348a9e4c74787975527502ec3 (diff)
downloadrust-0999b019f8e0a96ca7aac9fd5ec095d59b0806ec.tar.gz
rust-0999b019f8e0a96ca7aac9fd5ec095d59b0806ec.zip
Dogfood `feature(file_buffered)`
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/lib.rs')
-rw-r--r--compiler/rustc_codegen_llvm/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_codegen_llvm/src/lib.rs b/compiler/rustc_codegen_llvm/src/lib.rs
index d69112612ba..bdfc0f626f8 100644
--- a/compiler/rustc_codegen_llvm/src/lib.rs
+++ b/compiler/rustc_codegen_llvm/src/lib.rs
@@ -11,6 +11,7 @@
 #![feature(assert_matches)]
 #![feature(exact_size_is_empty)]
 #![feature(extern_types)]
+#![feature(file_buffered)]
 #![feature(hash_raw_entry)]
 #![feature(impl_trait_in_assoc_type)]
 #![feature(iter_intersperse)]