]> git.lizzy.rs Git - rust.git/commit
Refactor struct parsing and add tests
authorJared Roesch <roeschinc@gmail.com>
Sun, 4 Jan 2015 10:35:14 +0000 (02:35 -0800)
committerJared Roesch <roeschinc@gmail.com>
Mon, 5 Jan 2015 08:46:01 +0000 (00:46 -0800)
commitc02fac471a9126e971617449a55930b0d69058c0
tree61a8e96b9e1ef34415e8769cfe90508b6186ab02
parentc54932cb12b8384060bfe132907ec42cc5c1bbd2
Refactor struct parsing and add tests
src/libsyntax/parse/parser.rs
src/libsyntax/print/pprust.rs
src/test/compile-fail/issue-17904.rs [new file with mode: 0644]
src/test/compile-fail/unsized.rs
src/test/run-pass/issue-17904.rs