diff options
| author | Scott McMurray <scottmcm@users.noreply.github.com> | 2025-04-10 20:16:55 -0700 |
|---|---|---|
| committer | Scott McMurray <scottmcm@users.noreply.github.com> | 2025-04-10 21:07:09 -0700 |
| commit | 6cfdd53da152d814c27a37a4336f413f05c31d6e (patch) | |
| tree | 628ce9753a960d0ce875e14fe693094d84915a66 /compiler/rustc_span/src/lib.rs | |
| parent | 56c08d9b329c34e7be93d4a18a2b8987779140a9 (diff) | |
| download | rust-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.rs | 1 |
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 |
