Skip to content

Commit

Permalink
slice_patterns: address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Centril committed Jan 18, 2020
1 parent 120e98c commit 57b6843
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
@@ -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 {
Expand Down
1 change: 0 additions & 1 deletion src/test/ui/ignore-all-the-things.rs
@@ -1,5 +1,4 @@
// run-pass
// pretty-expanded FIXME #23616

#![allow(non_shorthand_field_patterns)]
#![allow(dead_code)]
Expand Down

0 comments on commit 57b6843

Please sign in to comment.