summary refs log tree commit diff
path: root/src/test/pretty/stmt_expr_attributes.rs
AgeCommit message (Collapse)AuthorLines
2015-11-26Added stmt_expr_attribute feature gateMarvin Löbel-0/+1
2015-11-26Add syntax support for attributes on expressions and all syntaxMarvin Löbel-0/+281
nodes in statement position. Extended #[cfg] folder to allow removal of statements, and of expressions in optional positions like expression lists and trailing block expressions. Extended lint checker to recognize lint levels on expressions and locals.