Skip to content

Commit b40106f

Browse files
est31Manishearth
authored andcommitted
Stabilize field init shorthand
Closes rust-lang#37340.
1 parent 5833cc9 commit b40106f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

reference.md

-1
Original file line numberDiff line numberDiff line change
@@ -2825,7 +2825,6 @@ This allows a compact syntax with less duplication.
28252825
Example:
28262826

28272827
```
2828-
# #![feature(field_init_shorthand)]
28292828
# struct Point3d { x: i32, y: i32, z: i32 }
28302829
# let x = 0;
28312830
# let y_value = 0;

0 commit comments

Comments
 (0)