Skip to content

Commit 5d33783

Browse files
committed
Update open syntax issues
1 parent 4398b60 commit 5d33783

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/repo/mod.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,22 @@ static EXCLUDE_FILES: &[&str] = &[
3030
"tests/rustdoc/non_lifetime_binders.rs",
3131

3232
// TODO: unsafe binders: `unsafe<'a> &'a T`
33+
// https://github.com/dtolnay/syn/issues/1791
3334
"src/tools/rustfmt/tests/source/unsafe-binders.rs",
3435
"src/tools/rustfmt/tests/target/unsafe-binders.rs",
3536

3637
// TODO: unsafe fields: `struct S { unsafe field: T }`
38+
// https://github.com/dtolnay/syn/issues/1792
3739
"src/tools/rustfmt/tests/source/unsafe-field.rs",
3840
"src/tools/rustfmt/tests/target/unsafe-field.rs",
3941
"tests/ui/unsafe-fields/auxiliary/unsafe-fields-crate-dep.rs",
4042

4143
// TODO: guard patterns: `match expr { (A if f()) | (B if g()) => {} }`
44+
// https://github.com/dtolnay/syn/issues/1793
4245
"src/tools/rustfmt/tests/target/guard_patterns.rs",
4346

4447
// TODO: struct field default: `struct S { field: i32 = 1 }`
48+
// https://github.com/dtolnay/syn/issues/1774
4549
"tests/ui/structs/auxiliary/struct_field_default.rs",
4650
"tests/ui/structs/default-field-values-support.rs",
4751

0 commit comments

Comments
 (0)