Skip to content

Commit d757cf4

Browse files
committed
Update test suite to nightly-2023-07-07
1 parent a36a1f7 commit d757cf4

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

tests/repo/mod.rs

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,17 @@ use std::path::{Path, PathBuf};
1313
use tar::Archive;
1414
use walkdir::{DirEntry, WalkDir};
1515

16-
const REVISION: &str = "fe7454bf439c93cbe9ac8a8f7fcfacd5a40244c2";
16+
const REVISION: &str = "85bf07972a1041b9e25393b803d0e006bec3eaaf";
1717

1818
#[rustfmt::skip]
1919
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+
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",

0 commit comments

Comments
 (0)