summary refs log tree commit diff
path: root/src/test/ui/feature-gate-box-expr.stderr
AgeCommit message (Collapse)AuthorLines
2018-05-26Point to the current box syntax tracking issueest31-1/+1
The issue was used for both box syntax as well as placement new. It got closed due to placement new being unapproved. So a new one got created for box syntax, yet neither the unstable book nor feature_gate.rs got updated. We are doing this now.
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.