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};
1313use tar:: Archive ;
1414use walkdir:: { DirEntry , WalkDir } ;
1515
16- const REVISION : & str = "fe7454bf439c93cbe9ac8a8f7fcfacd5a40244c2 " ;
16+ const REVISION : & str = "85bf07972a1041b9e25393b803d0e006bec3eaaf " ;
1717
1818#[ rustfmt:: skip]
1919static 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+
2027 // TODO: non-lifetime binders: `where for<'a, T> &'a Struct<T>: Trait`
2128 // https://github.com/dtolnay/syn/issues/1435
2229 "tests/rustdoc-json/non_lifetime_binders.rs" ,
You can’t perform that action at this time.
0 commit comments