]> git.lizzy.rs Git - rust.git/commit
Stabilize field init shorthand
authorest31 <MTest31@outlook.com>
Sun, 12 Feb 2017 05:49:15 +0000 (06:49 +0100)
committerest31 <MTest31@outlook.com>
Wed, 15 Feb 2017 06:11:13 +0000 (07:11 +0100)
commitaebd94fd3c151212723906fb0445f0153917abac
treeb1b6539f9641e661575e3c33a587ae532515ba68
parent025c328bf5ab336ff708e62a59292298dc1bc089
Stabilize field init shorthand

Closes #37340.
src/doc/book/src/structs.md
src/doc/reference.md
src/librustc/lib.rs
src/librustc_incremental/lib.rs
src/librustc_typeck/lib.rs
src/libsyntax/feature_gate.rs
src/test/compile-fail/feature-gate-field-init-shorthand.rs [deleted file]
src/test/compile-fail/struct-fields-shorthand-unresolved.rs
src/test/compile-fail/struct-fields-shorthand.rs
src/test/parse-fail/struct-field-numeric-shorthand.rs
src/test/run-pass/struct-field-shorthand.rs