Skip to content

Commit

Permalink
Categorize new test suite parse failures
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Sep 23, 2021
1 parent 9aeb588 commit 4f37c14
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tests/repo/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,18 @@ const REVISION: &str = "ac2d9fc509e36d1b32513744adf58c34bcc4f43c";

#[rustfmt::skip]
static EXCLUDE: &[&str] = &[
// NEEDS CATEGORIZATION
"library/alloc/src/borrow.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",
"src/test/ui/rfc-2632-const-trait-impl/inherent-impl-const-bounds.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 4f37c14

Please sign in to comment.