Test and gate empty structures and variants better
This commit is contained in:
parent
beda1f88a7
commit
8a12c19171
16 changed files with 291 additions and 69 deletions
|
|
@ -2357,7 +2357,7 @@ The currently implemented features of the reference compiler are:
|
|||
terms of encapsulation).
|
||||
* - `default_type_parameter_fallback` - Allows type parameter defaults to
|
||||
influence type inference.
|
||||
* - `braced_empty_structs` - Allows use of empty structs with braces.
|
||||
* - `braced_empty_structs` - Allows use of empty structs and enum variants with braces.
|
||||
|
||||
If a feature is promoted to a language feature, then all existing programs will
|
||||
start to receive compilation warnings about `#![feature]` directives which enabled
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue