Set the version number for stabilization of braced_empty_structs
and augmented_assignment to 1.8.0. Per the comments, the numbers in this table reflect the "current status".
This commit is contained in:
parent
470ca1c3ff
commit
eb3b672033
1 changed files with 2 additions and 2 deletions
|
@ -218,10 +218,10 @@ const KNOWN_FEATURES: &'static [(&'static str, &'static str, Option<u32>, Status
|
|||
("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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue