Skip to content

Commit

Permalink
Update test suite to nightly-2021-09-22
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Sep 23, 2021
1 parent ac68efa commit 9aeb588
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/repo/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ 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",
// NEEDS CATEGORIZATION
"library/alloc/src/borrow.rs",
"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
Expand Down

0 comments on commit 9aeb588

Please sign in to comment.