Skip to content

Commit

Permalink
Update test suite to nightly-2023-07-07
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jul 7, 2023
1 parent a36a1f7 commit d757cf4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion tests/repo/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,17 @@ use std::path::{Path, PathBuf};
use tar::Archive;
use walkdir::{DirEntry, WalkDir};

const REVISION: &str = "fe7454bf439c93cbe9ac8a8f7fcfacd5a40244c2";
const REVISION: &str = "85bf07972a1041b9e25393b803d0e006bec3eaaf";

#[rustfmt::skip]
static EXCLUDE_FILES: &[&str] = &[
// CStr literals (c"…") are not yet supported by rustc's lexer
// https://github.com/rust-lang/rust/issues/113333
"src/tools/clippy/tests/ui/needless_raw_string_hashes.rs",
"src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0085_expr_literals.rs",
"src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0085_expr_literals.rs",
"tests/ui/explicit-tail-calls/return-lifetime-sub.rs",

// TODO: non-lifetime binders: `where for<'a, T> &'a Struct<T>: Trait`
// https://github.com/dtolnay/syn/issues/1435
"tests/rustdoc-json/non_lifetime_binders.rs",
Expand Down

0 comments on commit d757cf4

Please sign in to comment.