]> git.lizzy.rs Git - rust.git/commitdiff
Set the version number for stabilization of braced_empty_structs
authorBrian Anderson <banderson@mozilla.com>
Thu, 7 Apr 2016 22:21:46 +0000 (22:21 +0000)
committerBrian Anderson <banderson@mozilla.com>
Thu, 7 Apr 2016 22:21:46 +0000 (22:21 +0000)
and augmented_assignment to 1.8.0.

Per the comments, the numbers in this table reflect the "current
status".

src/libsyntax/feature_gate.rs

index 5ade636a3271d8cd9858393e7e1e8df492bed03c..167099bffcdc067498ea77ae8913021875530420 100644 (file)
     ("naked_functions", "1.9.0", Some(32408), Active),
 
     // allow empty structs and enum variants with braces
-    ("braced_empty_structs", "1.5.0", Some(29720), Accepted),
+    ("braced_empty_structs", "1.8.0", Some(29720), Accepted),
 
     // allow overloading augmented assignment operations like `a += b`
-    ("augmented_assignments", "1.5.0", Some(28235), Accepted),
+    ("augmented_assignments", "1.8.0", Some(28235), Accepted),
 
     // allow `#[no_debug]`
     ("no_debug", "1.5.0", Some(29721), Active),