]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_feature/accepted.rs
Rollup merge of #69937 - TyPR124:osstr_ascii, r=dtolnay
[rust.git] / src / librustc_feature / accepted.rs
index 007cee4c7642443c1e74220c0fb784479e825698..18dc3e30db1d4727b97dedb15d470da5017b29e5 100644 (file)
@@ -257,6 +257,8 @@ macro_rules! declare_features {
     /// Allows relaxing the coherence rules such that
     /// `impl<T> ForeignTrait<LocalType> for ForeignType<T>` is permitted.
     (accepted, re_rebalance_coherence, "1.41.0", Some(55437), None),
+    /// Allows #[repr(transparent)] on univariant enums (RFC 2645).
+    (accepted, transparent_enums, "1.42.0", Some(60405), None),
     /// Allows using subslice patterns, `[a, .., b]` and `[a, xs @ .., b]`.
     (accepted, slice_patterns, "1.42.0", Some(62254), None),