Skip to content

Commit

Permalink
Add issue links for missing syntax support
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jul 21, 2024
1 parent a3f2f50 commit 87401bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/repo/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,20 @@ static EXCLUDE_FILES: &[&str] = &[
"compiler/rustc_lint/src/context/diagnostics.rs",

// TODO: `unsafe static`, `safe fn`
// https://github.com/dtolnay/syn/issues/1675
"src/tools/rustfmt/tests/target/unsafe_extern_blocks.rs",
"tests/rustdoc/unsafe-extern-blocks.rs",
"tests/ui/rust-2024/unsafe-extern-blocks/safe-items.rs",

// TODO: unsafe attributes: `#[unsafe(path::to)]`
// https://github.com/dtolnay/syn/issues/1710
"src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/0213_metas.rs",
"src/tools/rustfmt/tests/target/unsafe_attributes.rs",
"tests/ui/attributes/unsafe/unsafe-attributes.rs",
"tests/ui/rust-2024/unsafe-attributes/unsafe-attribute-marked.rs",

// TODO: vararg in function pointer type: `extern fn(_: *mut _, _: ...)`
// https://github.com/dtolnay/syn/issues/1711
"library/std/src/sys/pal/uefi/helpers.rs",

// TODO: explicit tail calls: `become _g()`
Expand Down

0 comments on commit 87401bf

Please sign in to comment.