File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,17 @@ use std::path::{Path, PathBuf};
13
13
use tar:: Archive ;
14
14
use walkdir:: { DirEntry , WalkDir } ;
15
15
16
- const REVISION : & str = "fe7454bf439c93cbe9ac8a8f7fcfacd5a40244c2 " ;
16
+ const REVISION : & str = "85bf07972a1041b9e25393b803d0e006bec3eaaf " ;
17
17
18
18
#[ rustfmt:: skip]
19
19
static EXCLUDE_FILES : & [ & str ] = & [
20
+ // CStr literals (c"…") are not yet supported by rustc's lexer
21
+ // https://github.com/rust-lang/rust/issues/113333
22
+ "src/tools/clippy/tests/ui/needless_raw_string_hashes.rs" ,
23
+ "src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0085_expr_literals.rs" ,
24
+ "src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0085_expr_literals.rs" ,
25
+ "tests/ui/explicit-tail-calls/return-lifetime-sub.rs" ,
26
+
20
27
// TODO: non-lifetime binders: `where for<'a, T> &'a Struct<T>: Trait`
21
28
// https://github.com/dtolnay/syn/issues/1435
22
29
"tests/rustdoc-json/non_lifetime_binders.rs" ,
You can’t perform that action at this time.
0 commit comments