@@ -13,10 +13,20 @@ use std::path::{Path, PathBuf};
13
13
use tar:: Archive ;
14
14
use walkdir:: { DirEntry , WalkDir } ;
15
15
16
- const REVISION : & str = "85bf07972a1041b9e25393b803d0e006bec3eaaf " ;
16
+ const REVISION : & str = "9f5fc1bd443f59583e7af0d94d289f95fe1e20c4 " ;
17
17
18
18
#[ rustfmt:: skip]
19
19
static EXCLUDE_FILES : & [ & str ] = & [
20
+ // TODO
21
+ "src/tools/rustfmt/tests/target/anonymous-types.rs" ,
22
+ "tests/rustdoc/generic-const-items.rs" ,
23
+ "tests/rustdoc/inline_cross/auxiliary/generic-const-items.rs" ,
24
+ "tests/ui/generic-const-items/associated-const-equality.rs" ,
25
+ "tests/ui/generic-const-items/basic.rs" ,
26
+ "tests/ui/generic-const-items/recursive.rs" ,
27
+ "tests/ui/object-safety/assoc_const_bounds.rs" ,
28
+ "tests/ui/object-safety/assoc_const_bounds_sized.rs" ,
29
+
20
30
// CStr literals (c"…") are not yet supported by rustc's lexer
21
31
// https://github.com/rust-lang/rust/issues/113333
22
32
"src/tools/clippy/tests/ui/needless_raw_string_hashes.rs" ,
@@ -115,7 +125,6 @@ static EXCLUDE_FILES: &[&str] = &[
115
125
116
126
// Various extensions to Rust syntax made up by rust-analyzer
117
127
"src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0012_type_item_where_clause.rs" ,
118
- "src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0040_crate_keyword_vis.rs" ,
119
128
"src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0058_range_pat.rs" ,
120
129
"src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0123_param_list_vararg.rs" ,
121
130
"src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0131_existential_type.rs" ,
0 commit comments