Skip to content

Commit

Permalink
Categorize gen block parse failure
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Nov 30, 2023
1 parent 492046f commit 041e862
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/repo/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ const REVISION: &str = "b10cfcd65fd7f7b1ab9beb34798b2108de003452";

#[rustfmt::skip]
static EXCLUDE_FILES: &[&str] = &[
// TODO: `gen { yield; }`
"compiler/rustc_codegen_cranelift/example/gen_block_iterate.rs",

// TODO: CStr literals: c"…", cr"…"
// https://github.com/dtolnay/syn/issues/1502
"src/tools/clippy/tests/ui/needless_raw_string.rs",
Expand Down Expand Up @@ -52,6 +49,7 @@ static EXCLUDE_FILES: &[&str] = &[

// TODO: gen blocks and functions
// https://github.com/dtolnay/syn/issues/1526
"compiler/rustc_codegen_cranelift/example/gen_block_iterate.rs",
"tests/ui/coroutine/gen_block_is_iter.rs",
"tests/ui/coroutine/gen_block_iterate.rs",

Expand Down

0 comments on commit 041e862

Please sign in to comment.