summary refs log tree commit diff
path: root/src/test/ui/feature-gate-slice-patterns.stderr
AgeCommit message (Collapse)AuthorLines
2018-03-20Stabilize slice patterns without `..`Vadim Petrochenkov-5/+45
Merge `feature(advanced_slice_patterns)` into `feature(slice_patterns)`
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.