Skip to content

Commit ca576ea

Browse files
authored
Rollup merge of #127622 - compiler-errors:builtin-internal, r=lqd
Mark `builtin_syntax` as internal Tracking issue literally says: > There will never be a general stabilization. cc #110680 `@est31`
2 parents fe564c1 + b77d3ef commit ca576ea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎compiler/rustc_feature/src/unstable.rs‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,8 @@ declare_features! (
248248
(unstable, auto_traits,"1.50.0",Some(13231)),
249249
/// Allows using `box` in patterns (RFC 469).
250250
(unstable, box_patterns,"1.0.0",Some(29641)),
251+
/// Allows builtin # foo() syntax
252+
(internal, builtin_syntax,"1.71.0",Some(110680)),
251253
/// Allows `#[doc(notable_trait)]`.
252254
/// Renamed from `doc_spotlight`.
253255
(unstable, doc_notable_trait,"1.52.0",Some(45040)),
@@ -361,8 +363,6 @@ declare_features! (
361363
(unstable, async_fn_track_caller,"1.73.0",Some(110011)),
362364
/// Allows `for await` loops.
363365
(unstable, async_for_loop,"1.77.0",Some(118898)),
364-
/// Allows builtin # foo() syntax
365-
(unstable, builtin_syntax,"1.71.0",Some(110680)),
366366
/// Allows using C-variadics.
367367
(unstable, c_variadic,"1.34.0",Some(44930)),
368368
/// Allows the use of `#[cfg(overflow_checks)` to check if integer overflow behaviour.

0 commit comments

Comments
 (0)