Skip to content

Commit

Permalink
Categorize most recent group of upstream's tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jan 20, 2022
1 parent cb8d9c4 commit 2d96ccd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/repo/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,15 @@ const REVISION: &str = "5e57faa78aa7661c6000204591558f6665f11abc";

#[rustfmt::skip]
static EXCLUDE: &[&str] = &[
// TODO
// TODO: let chains
"src/test/ui/expr/if/attrs/let-chains-attr.rs",
"src/test/ui/mir/mir_let_chains_drop_order.rs",
"src/test/ui/rfc-2497-if-let-chains/ast-lowering-does-not-wrap-let-chains.rs",
"src/test/ui/rfc-2497-if-let-chains/irrefutable-lets.rs",
"src/test/ui/rfc-2497-if-let-chains/issue-90722.rs",
"src/test/ui/rfc-2497-if-let-chains/then-else-blocks.rs",

// TODO: static async closure keyword order
"src/tools/rustfmt/tests/source/async_block.rs",
"src/tools/rustfmt/tests/target/async_block.rs",

Expand Down

0 comments on commit 2d96ccd

Please sign in to comment.