Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe564c1 + b77d3ef commit ca576eaCopy full SHA for ca576ea
compiler/rustc_feature/src/unstable.rs
@@ -248,6 +248,8 @@ declare_features! (
248
(unstable, auto_traits, "1.50.0", Some(13231)),
249
/// Allows using `box` in patterns (RFC 469).
250
(unstable, box_patterns, "1.0.0", Some(29641)),
251
+ /// Allows builtin # foo() syntax
252
+ (internal, builtin_syntax, "1.71.0", Some(110680)),
253
/// Allows `#[doc(notable_trait)]`.
254
/// Renamed from `doc_spotlight`.
255
(unstable, doc_notable_trait, "1.52.0", Some(45040)),
@@ -361,8 +363,6 @@ declare_features! (
361
363
(unstable, async_fn_track_caller, "1.73.0", Some(110011)),
362
364
/// Allows `for await` loops.
365
(unstable, async_for_loop, "1.77.0", Some(118898)),
- /// Allows builtin # foo() syntax
- (unstable, builtin_syntax, "1.71.0", Some(110680)),
366
/// Allows using C-variadics.
367
(unstable, c_variadic, "1.34.0", Some(44930)),
368
/// Allows the use of `#[cfg(overflow_checks)` to check if integer overflow behaviour.
0 commit comments