slice_patterns: address review comments
This commit is contained in:
parent
120e98c3c7
commit
57b6843100
@ -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 {
|
||||
|
@ -1,5 +1,4 @@
|
||||
// run-pass
|
||||
// pretty-expanded FIXME #23616
|
||||
|
||||
#![allow(non_shorthand_field_patterns)]
|
||||
#![allow(dead_code)]
|
||||
|
Loading…
Reference in New Issue
Block a user