Skip to content

Commit

Permalink
Unrolled build for rust-lang#127622
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#127622 - compiler-errors:builtin-internal, r=lqd

Mark `builtin_syntax` as internal

Tracking issue literally says:

> There will never be a general stabilization.

cc rust-lang#110680 `@est31`
  • Loading branch information
rust-timer committed Jul 12, 2024
2 parents 4a31a6c + b77d3ef commit 4721ce9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compiler/rustc_feature/src/unstable.rs
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,8 @@ declare_features! (
(unstable, auto_traits, "1.50.0", Some(13231)),
/// Allows using `box` in patterns (RFC 469).
(unstable, box_patterns, "1.0.0", Some(29641)),
/// Allows builtin # foo() syntax
(internal, builtin_syntax, "1.71.0", Some(110680)),
/// Allows `#[doc(notable_trait)]`.
/// Renamed from `doc_spotlight`.
(unstable, doc_notable_trait, "1.52.0", Some(45040)),
Expand Down Expand Up @@ -361,8 +363,6 @@ declare_features! (
(unstable, async_fn_track_caller, "1.73.0", Some(110011)),
/// Allows `for await` loops.
(unstable, async_for_loop, "1.77.0", Some(118898)),
/// Allows builtin # foo() syntax
(unstable, builtin_syntax, "1.71.0", Some(110680)),
/// Allows using C-variadics.
(unstable, c_variadic, "1.34.0", Some(44930)),
/// Allows the use of `#[cfg(overflow_checks)` to check if integer overflow behaviour.
Expand Down

0 comments on commit 4721ce9

Please sign in to comment.