diff options
| author | okaneco <47607823+okaneco@users.noreply.github.com> | 2025-08-22 11:58:36 -0400 |
|---|---|---|
| committer | okaneco <47607823+okaneco@users.noreply.github.com> | 2025-08-22 13:42:38 -0400 |
| commit | e42c1b12961385d6a5e9e442344fcaef8678ab58 (patch) | |
| tree | 2414e55e535367117a61133c1ad4885882cb5036 /compiler/rustc_span/src | |
| parent | f5703d5dd3eec176f86a6e9bf7e668b48b84eabb (diff) | |
| download | rust-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.rs | 2 |
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 |
