Skip to content

Commit 9122197

Browse files
authored
Merge pull request #1069 from dtolnay/up
Update test suite to nightly-2021-09-22
2 parents ac68efa + 4f37c14 commit 9122197

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

tests/repo/mod.rs

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,22 @@ use std::path::Path;
88
use tar::Archive;
99
use walkdir::DirEntry;
1010

11-
const REVISION: &str = "50171c310cd15e1b2d3723766ce64e2e4d6696fc";
11+
const REVISION: &str = "ac2d9fc509e36d1b32513744adf58c34bcc4f43c";
1212

1313
#[rustfmt::skip]
1414
static EXCLUDE: &[&str] = &[
15-
// TODO: anonymous structs/unions
16-
// type A = struct { field: u8 };
17-
// https://github.com/dtolnay/syn/issues/1049
18-
"src/test/pretty/anonymous-types.rs",
15+
// TODO: dot after curly braced macro call: macro!{...}.field
16+
// https://github.com/dtolnay/syn/issues/1068
17+
"src/test/ui/parser/macro-braces-dot-question.rs",
1918

2019
// TODO: impl ~const T {}
2120
// https://github.com/dtolnay/syn/issues/1051
2221
"src/test/ui/rfc-2632-const-trait-impl/syntax.rs",
2322

2423
// TODO: ~const in where-clause
2524
// https://github.com/dtolnay/syn/issues/1051
25+
"library/alloc/src/borrow.rs",
26+
"src/test/ui/rfc-2632-const-trait-impl/inherent-impl-const-bounds.rs",
2627
"src/test/ui/rfc-2632-const-trait-impl/trait-where-clause-run.rs",
2728
"src/test/ui/rfc-2632-const-trait-impl/trait-where-clause-self-referential.rs",
2829

0 commit comments

Comments
 (0)