]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_feature/active.rs
Remove usage of global variable "inlined_types"
[rust.git] / src / librustc_feature / active.rs
index 319cd88f24586e4d174264682a8d4d88bafd4001..4c8c47a5671134b3cf270988e91fc22bc1a81215 100644 (file)
@@ -333,7 +333,7 @@ pub fn set(&self, features: &mut Features, span: Span) {
     (active, abi_ptx, "1.15.0", Some(38788), None),
 
     /// Allows the `#[repr(i128)]` attribute for enums.
-    (active, repr128, "1.16.0", Some(35118), None),
+    (active, repr128, "1.16.0", Some(56071), None),
 
     /// Allows `#[link(kind="static-nobundle"...)]`.
     (active, static_nobundle, "1.16.0", Some(37403), None),
@@ -481,7 +481,7 @@ pub fn set(&self, features: &mut Features, span: Span) {
     (active, arbitrary_enum_discriminant, "1.37.0", Some(60553), None),
 
     /// Allows `impl Trait` with multiple unrelated lifetimes.
-    (active, member_constraints, "1.37.0", Some(61977), None),
+    (active, member_constraints, "1.37.0", Some(61997), None),
 
     /// Allows `async || body` closures.
     (active, async_closure, "1.37.0", Some(62290), None),