File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -30,18 +30,22 @@ static EXCLUDE_FILES: &[&str] = &[
30
30
"tests/rustdoc/non_lifetime_binders.rs" ,
31
31
32
32
// TODO: unsafe binders: `unsafe<'a> &'a T`
33
+ // https://github.com/dtolnay/syn/issues/1791
33
34
"src/tools/rustfmt/tests/source/unsafe-binders.rs" ,
34
35
"src/tools/rustfmt/tests/target/unsafe-binders.rs" ,
35
36
36
37
// TODO: unsafe fields: `struct S { unsafe field: T }`
38
+ // https://github.com/dtolnay/syn/issues/1792
37
39
"src/tools/rustfmt/tests/source/unsafe-field.rs" ,
38
40
"src/tools/rustfmt/tests/target/unsafe-field.rs" ,
39
41
"tests/ui/unsafe-fields/auxiliary/unsafe-fields-crate-dep.rs" ,
40
42
41
43
// TODO: guard patterns: `match expr { (A if f()) | (B if g()) => {} }`
44
+ // https://github.com/dtolnay/syn/issues/1793
42
45
"src/tools/rustfmt/tests/target/guard_patterns.rs" ,
43
46
44
47
// TODO: struct field default: `struct S { field: i32 = 1 }`
48
+ // https://github.com/dtolnay/syn/issues/1774
45
49
"tests/ui/structs/auxiliary/struct_field_default.rs" ,
46
50
"tests/ui/structs/default-field-values-support.rs" ,
47
51
You can’t perform that action at this time.
0 commit comments