about summary refs log tree commit diff
path: root/compiler/rustc_span/src/lib.rs
diff options
context:
space:
mode:
authorScott McMurray <scottmcm@users.noreply.github.com>2025-04-10 20:16:55 -0700
committerScott McMurray <scottmcm@users.noreply.github.com>2025-04-10 21:07:09 -0700
commit6cfdd53da152d814c27a37a4336f413f05c31d6e (patch)
tree628ce9753a960d0ce875e14fe693094d84915a66 /compiler/rustc_span/src/lib.rs
parent56c08d9b329c34e7be93d4a18a2b8987779140a9 (diff)
downloadrust-6cfdd53da152d814c27a37a4336f413f05c31d6e.tar.gz
rust-6cfdd53da152d814c27a37a4336f413f05c31d6e.zip
Stabilize `slice_as_chunks` library feature
Diffstat (limited to 'compiler/rustc_span/src/lib.rs')
-rw-r--r--compiler/rustc_span/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_span/src/lib.rs b/compiler/rustc_span/src/lib.rs
index 9e6ba2e1b9c..6b154a785a2 100644
--- a/compiler/rustc_span/src/lib.rs
+++ b/compiler/rustc_span/src/lib.rs
@@ -31,7 +31,6 @@
 #![feature(round_char_boundary)]
 #![feature(rustc_attrs)]
 #![feature(rustdoc_internals)]
-#![feature(slice_as_chunks)]
 // tidy-alphabetical-end
 
 // The code produced by the `Encodable`/`Decodable` derive macros refer to