about summary refs log tree commit diff
path: root/compiler/rustc_interface/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_interface/src/lib.rs
parent1e9a50dde8fe417348a9e4c74787975527502ec3 (diff)
downloadrust-0999b019f8e0a96ca7aac9fd5ec095d59b0806ec.tar.gz
rust-0999b019f8e0a96ca7aac9fd5ec095d59b0806ec.zip
Dogfood `feature(file_buffered)`
Diffstat (limited to 'compiler/rustc_interface/src/lib.rs')
-rw-r--r--compiler/rustc_interface/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_interface/src/lib.rs b/compiler/rustc_interface/src/lib.rs
index 94ebe51f213..b81a7402701 100644
--- a/compiler/rustc_interface/src/lib.rs
+++ b/compiler/rustc_interface/src/lib.rs
@@ -1,5 +1,6 @@
 // tidy-alphabetical-start
 #![feature(decl_macro)]
+#![feature(file_buffered)]
 #![feature(let_chains)]
 #![feature(try_blocks)]
 #![warn(unreachable_pub)]