We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
c_str_literals
CURRENT_RUSTC_VERSION
1 parent 062e7c6 commit c03808fCopy full SHA for c03808f
compiler/rustc_feature/src/accepted.rs
@@ -77,7 +77,7 @@ declare_features! (
77
/// Allows empty structs and enum variants with braces.
78
(accepted, braced_empty_structs, "1.8.0", Some(29720)),
79
/// Allows `c"foo"` literals.
80
- (accepted, c_str_literals, "1.76.0", Some(105723)),
+ (accepted, c_str_literals, "CURRENT_RUSTC_VERSION", Some(105723)),
81
/// Allows `#[cfg_attr(predicate, multiple, attributes, here)]`.
82
(accepted, cfg_attr_multi, "1.33.0", Some(54881)),
83
/// Allows the use of `#[cfg(doctest)]`, set when rustdoc is collecting doctests.
0 commit comments