Skip to content

Commit 57b6843

Browse files
committed
slice_patterns: address review comments
1 parent 120e98c commit 57b6843

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/test/ui/borrowck/borrowck-slice-pattern-element-loan-rpass.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// run-pass
2-
// compile-flags: -Z borrowck=mir
32

43
fn mut_head_tail<'a, A>(v: &'a mut [A]) -> Option<(&'a mut A, &'a mut [A])> {
54
match *v {

src/test/ui/ignore-all-the-things.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// run-pass
2-
// pretty-expanded FIXME #23616
32

43
#![allow(non_shorthand_field_patterns)]
54
#![allow(dead_code)]

0 commit comments

Comments
 (0)