]> git.lizzy.rs Git - rust.git/commit
Allow empty functional updating of structs
authorKevin Ballard <kevin@sb.org>
Wed, 29 Jan 2014 08:33:37 +0000 (00:33 -0800)
committerKevin Ballard <kevin@sb.org>
Wed, 29 Jan 2014 18:44:27 +0000 (10:44 -0800)
commit2258243ad87e731eba62b7c30a52c612076ba545
treedf96d7a3c7e5b0913dc7290516447e3e0d994f94
parent2ba72fa4bc6ceb451b6b7022fe0dfb6007fbcc80
Allow empty functional updating of structs

Fixes #8972
src/libsyntax/parse/parser.rs
src/libsyntax/print/pprust.rs
src/test/run-pass/struct-lit-functional-update-no-fields.rs [new file with mode: 0644]