Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b8cf87c

Browse files
committed
Update test suite to nightly-2023-09-03
1 parent ceafc59 commit b8cf87c

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

tests/repo/mod.rs

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

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

1818
#[rustfmt::skip]
1919
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+
2030
// CStr literals (c"…") are not yet supported by rustc's lexer
2131
// https://github.com/rust-lang/rust/issues/113333
2232
"src/tools/clippy/tests/ui/needless_raw_string_hashes.rs",
@@ -115,7 +125,6 @@ static EXCLUDE_FILES: &[&str] = &[
115125

116126
// Various extensions to Rust syntax made up by rust-analyzer
117127
"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",
119128
"src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0058_range_pat.rs",
120129
"src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0123_param_list_vararg.rs",
121130
"src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0131_existential_type.rs",

0 commit comments

Comments
 (0)