File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,18 @@ use std::path::Path;
8
8
use tar:: Archive ;
9
9
use walkdir:: DirEntry ;
10
10
11
- const REVISION : & str = "9d78d1d02761b906038ba4d54c5f3427f920f5fb " ;
11
+ const REVISION : & str = "72da5a9d85a522b11e80d0fdd1fd95247d442604 " ;
12
12
13
13
#[ rustfmt:: skip]
14
14
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
+
15
23
// Compile-fail expr parameter in const generic position: f::<1 + 2>()
16
24
"src/test/ui/const-generics/closing-args-token.rs" ,
17
25
"src/test/ui/const-generics/const-expression-parameter.rs" ,
You can’t perform that action at this time.
0 commit comments