about summary refs log tree commit diff
path: root/compiler/rustc_span/src
diff options
context:
space:
mode:
authorokaneco <47607823+okaneco@users.noreply.github.com>2025-08-22 11:58:36 -0400
committerokaneco <47607823+okaneco@users.noreply.github.com>2025-08-22 13:42:38 -0400
commite42c1b12961385d6a5e9e442344fcaef8678ab58 (patch)
tree2414e55e535367117a61133c1ad4885882cb5036 /compiler/rustc_span/src
parentf5703d5dd3eec176f86a6e9bf7e668b48b84eabb (diff)
downloadrust-e42c1b12961385d6a5e9e442344fcaef8678ab58.tar.gz
rust-e42c1b12961385d6a5e9e442344fcaef8678ab58.zip
Stabilize `round_char_boundary` feature
Diffstat (limited to 'compiler/rustc_span/src')
-rw-r--r--compiler/rustc_span/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_span/src/lib.rs b/compiler/rustc_span/src/lib.rs
index d647ec28aae..ae6755f0764 100644
--- a/compiler/rustc_span/src/lib.rs
+++ b/compiler/rustc_span/src/lib.rs
@@ -17,6 +17,7 @@
 
 // tidy-alphabetical-start
 #![allow(internal_features)]
+#![cfg_attr(bootstrap, feature(round_char_boundary))]
 #![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")]
 #![doc(rust_logo)]
 #![feature(array_windows)]
@@ -26,7 +27,6 @@
 #![feature(map_try_insert)]
 #![feature(negative_impls)]
 #![feature(read_buf)]
-#![feature(round_char_boundary)]
 #![feature(rustc_attrs)]
 #![feature(rustdoc_internals)]
 // tidy-alphabetical-end