1
Fork 0

implement unstable new_range feature

for RFC 3550, tracking issue #123741
This commit is contained in:
Peter Jaszkowiak 2025-01-27 13:32:10 -07:00
parent 95eaadc773
commit f530a29944
15 changed files with 210 additions and 14 deletions

View file

@ -568,6 +568,8 @@ declare_features! (
(unstable, never_type, "1.13.0", Some(35121)),
/// Allows diverging expressions to fall back to `!` rather than `()`.
(unstable, never_type_fallback, "1.41.0", Some(65992)),
/// Switch `..` syntax to use the new (`Copy + IntoIterator`) range types.
(unstable, new_range, "CURRENT_RUSTC_VERSION", Some(123741)),
/// Allows `#![no_core]`.
(unstable, no_core, "1.3.0", Some(29639)),
/// Allows the use of `no_sanitize` attribute.