slice_patterns: address review comments

This commit is contained in:
Mazdak Farrokhzad 2020-01-02 22:18:34 +01:00
parent 120e98c3c7
commit 57b6843100
2 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,4 @@
// run-pass
// compile-flags: -Z borrowck=mir
fn mut_head_tail<'a, A>(v: &'a mut [A]) -> Option<(&'a mut A, &'a mut [A])> {
match *v {

View File

@ -1,5 +1,4 @@
// run-pass
// pretty-expanded FIXME #23616
#![allow(non_shorthand_field_patterns)]
#![allow(dead_code)]