summary refs log tree commit diff
path: root/src/test/compile-fail/issue-15381.rs
AgeCommit message (Expand)AuthorLines
2018-03-20Stabilize slice patterns without `..`Vadim Petrochenkov-2/+0
2016-06-09implement RFC495 semantics for slice patternsAriel Ben-Yehuda-2/+2
2015-10-09hygiene for `for` loops, `if let`, `while let`Nick Cameron-4/+2
2015-03-27Feature gate *all* slice patterns. #23121Brian Anderson-0/+2
2015-01-27cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` callsJorge Aparicio-1/+1
2014-12-17Add tests for E-needstest issuesJakub Bukaj-0/+20