]> git.lizzy.rs Git - rust.git/commit
rustc: Allow attributes on enum variants. Closes #1663
authorBrian Anderson <banderson@mozilla.com>
Thu, 26 Jan 2012 00:23:43 +0000 (16:23 -0800)
committerBrian Anderson <banderson@mozilla.com>
Thu, 26 Jan 2012 00:24:06 +0000 (16:24 -0800)
commit2999479a2dcb10019558d64c2045fdee31841d31
tree331200932427d412f7d406d992212f91cea564dc
parent08c6cb5f708efa7484ca27d6b14b86d6ae58b692
rustc: Allow attributes on enum variants. Closes #1663
src/comp/syntax/ast.rs
src/comp/syntax/fold.rs
src/comp/syntax/parse/parser.rs
src/comp/syntax/print/pprust.rs
src/test/run-pass/variant-attributes.rs [new file with mode: 0644]