about summary refs log tree commit diff
path: root/tests/ui/rfcs
diff options
context:
space:
mode:
authorAlice Ryhl <aliceryhl@google.com>2025-08-20 15:04:34 +0000
committerAlice Ryhl <aliceryhl@google.com>2025-08-29 08:33:54 +0000
commit46727f4cb06c3496a541ee8517a24ef5cb77627c (patch)
treebc96f342a66f1d6366915e2b10e400768bdbf9d7 /tests/ui/rfcs
parent41f2b6b39e7526a28d50ff6918dda6de48add5e4 (diff)
downloadrust-46727f4cb06c3496a541ee8517a24ef5cb77627c.tar.gz
rust-46727f4cb06c3496a541ee8517a24ef5cb77627c.zip
Stabilize file_as_c_str
Diffstat (limited to 'tests/ui/rfcs')
-rw-r--r--tests/ui/rfcs/rfc-2091-track-caller/file-is-nul-terminated.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ui/rfcs/rfc-2091-track-caller/file-is-nul-terminated.rs b/tests/ui/rfcs/rfc-2091-track-caller/file-is-nul-terminated.rs
index 7902f40b09b..698492966ad 100644
--- a/tests/ui/rfcs/rfc-2091-track-caller/file-is-nul-terminated.rs
+++ b/tests/ui/rfcs/rfc-2091-track-caller/file-is-nul-terminated.rs
@@ -1,5 +1,4 @@
 //@ run-pass
-#![feature(file_with_nul)]
 
 #[track_caller]
 const fn assert_file_has_trailing_zero() {