Skip to content

Commit 785c8c9

Browse files
committed
Update test suite to nightly-2020-11-27
1 parent a050914 commit 785c8c9

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

tests/repo/mod.rs

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,18 @@ use std::path::Path;
88
use tar::Archive;
99
use walkdir::DirEntry;
1010

11-
const REVISION: &str = "9d78d1d02761b906038ba4d54c5f3427f920f5fb";
11+
const REVISION: &str = "72da5a9d85a522b11e80d0fdd1fd95247d442604";
1212

1313
#[rustfmt::skip]
1414
static EXCLUDE: &[&str] = &[
15+
// TODO destructuring assignment (#933)
16+
"src/test/ui/destructuring-assignment/drop-order.rs",
17+
"src/test/ui/destructuring-assignment/nested_destructure.rs",
18+
"src/test/ui/destructuring-assignment/slice_destructure.rs",
19+
"src/test/ui/destructuring-assignment/struct_destructure.rs",
20+
"src/test/ui/destructuring-assignment/tuple_destructure.rs",
21+
"src/test/ui/destructuring-assignment/tuple_struct_destructure.rs",
22+
1523
// Compile-fail expr parameter in const generic position: f::<1 + 2>()
1624
"src/test/ui/const-generics/closing-args-token.rs",
1725
"src/test/ui/const-generics/const-expression-parameter.rs",

0 commit comments

Comments
 (0)