summary refs log tree commit diff
path: root/src/test/ui/feature-gate-stmt_expr_attributes.stderr
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
2018-03-14update testsGuillaume Gomez-1/+1
2018-02-26Update UI testsVadim Petrochenkov-1/+1
2018-02-25Update ui testsGuillaume Gomez-0/+1
2018-01-15Add error code for unstable feature errorsGuillaume Gomez-1/+1
2017-12-07Migrate a few feature gate tests to uiest31-0/+10
Renames only in this commit, and obviously .stderr file additions.