Skip to content

Commit

Permalink
Set c_str_literals stabilization version back to `CURRENT_RUSTC_VER…
Browse files Browse the repository at this point in the history
…SION`

`c_str_literals`'s stabilization has been delayed to 1.77 (#119528).
  • Loading branch information
eduardosm committed Jan 11, 2024
1 parent 062e7c6 commit c03808f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_feature/src/accepted.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ declare_features! (
/// Allows empty structs and enum variants with braces.
(accepted, braced_empty_structs, "1.8.0", Some(29720)),
/// Allows `c"foo"` literals.
(accepted, c_str_literals, "1.76.0", Some(105723)),
(accepted, c_str_literals, "CURRENT_RUSTC_VERSION", Some(105723)),
/// Allows `#[cfg_attr(predicate, multiple, attributes, here)]`.
(accepted, cfg_attr_multi, "1.33.0", Some(54881)),
/// Allows the use of `#[cfg(doctest)]`, set when rustdoc is collecting doctests.
Expand Down

0 comments on commit c03808f

Please sign in to comment.