Stabilize field init shorthand

Closes #37340.
This commit is contained in:
est31 2017-02-12 06:49:15 +01:00 committed by Manish Goregaokar
parent 5833cc94ba
commit b40106fb2a
1 changed files with 0 additions and 1 deletions

View File

@ -2825,7 +2825,6 @@ This allows a compact syntax with less duplication.
Example:
```
# #![feature(field_init_shorthand)]
# struct Point3d { x: i32, y: i32, z: i32 }
# let x = 0;
# let y_value = 0;