Skip to content

Commit

Permalink
Merge pull request #1069 from dtolnay/up
Browse files Browse the repository at this point in the history
Update test suite to nightly-2021-09-22
  • Loading branch information
dtolnay authored Sep 23, 2021
2 parents ac68efa + 4f37c14 commit 9122197
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions tests/repo/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,22 @@ use std::path::Path;
use tar::Archive;
use walkdir::DirEntry;

const REVISION: &str = "50171c310cd15e1b2d3723766ce64e2e4d6696fc";
const REVISION: &str = "ac2d9fc509e36d1b32513744adf58c34bcc4f43c";

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

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

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

Expand Down

0 comments on commit 9122197

Please sign in to comment.