Skip to content

Commit

Permalink
Categorize new todo rustc test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Sep 3, 2023
1 parent b8cf87c commit face31f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/repo/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,12 @@ const REVISION: &str = "9f5fc1bd443f59583e7af0d94d289f95fe1e20c4";

#[rustfmt::skip]
static EXCLUDE_FILES: &[&str] = &[
// TODO
// TODO: anonymous union and struct
// https://github.com/dtolnay/syn/issues/1049
"src/tools/rustfmt/tests/target/anonymous-types.rs",

// TODO: generic const items
// https://github.com/dtolnay/syn/issues/1497
"tests/rustdoc/generic-const-items.rs",
"tests/rustdoc/inline_cross/auxiliary/generic-const-items.rs",
"tests/ui/generic-const-items/associated-const-equality.rs",
Expand Down

0 comments on commit face31f

Please sign in to comment.