summary refs log tree commit diff
path: root/src/test/ui/feature-gate-stmt_expr_attributes.rs
AgeCommit message (Collapse)AuthorLines
2018-04-02Expand attribute macros on statements and expressions.Austin Bonander-1/+1
Retains the `stmt_expr_attributes` feature requirement for attributes on expressions. closes #41475 cc #38356
2017-12-07Migrate a few feature gate tests to uiest31-0/+14
Renames only in this commit, and obviously .stderr file additions.