summary refs log tree commit diff
path: root/src/test/compile-fail/issue-12369.rs
AgeCommit message (Expand)AuthorLines
2018-03-20Stabilize slice patterns without `..`Vadim Petrochenkov-1/+0
2017-01-03Make is_useful handle empty types properlyAndrew Cann-0/+2
2016-06-09implement RFC495 semantics for slice patternsAriel Ben-Yehuda-4/+4
2015-03-27Feature gate *all* slice patterns. #23121Brian Anderson-0/+2
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-1/+1
2015-01-08Update compile fail tests to use isize.Huon Wilson-1/+1
2014-09-08librustc: Change the syntax of subslice matching to use postfix `..`Patrick Walton-2/+2
2014-05-20rustc: Avoid an unwrap() in check_matchAlex Crichton-0/+19