File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -8,21 +8,22 @@ use std::path::Path;
88use tar:: Archive ;
99use walkdir:: DirEntry ;
1010
11- const REVISION : & str = "50171c310cd15e1b2d3723766ce64e2e4d6696fc " ;
11+ const REVISION : & str = "ac2d9fc509e36d1b32513744adf58c34bcc4f43c " ;
1212
1313#[ rustfmt:: skip]
1414static EXCLUDE : & [ & str ] = & [
15- // TODO: anonymous structs/unions
16- // type A = struct { field: u8 };
17- // https://github.com/dtolnay/syn/issues/1049
18- "src/test/pretty/anonymous-types.rs" ,
15+ // TODO: dot after curly braced macro call: macro!{...}.field
16+ // https://github.com/dtolnay/syn/issues/1068
17+ "src/test/ui/parser/macro-braces-dot-question.rs" ,
1918
2019 // TODO: impl ~const T {}
2120 // https://github.com/dtolnay/syn/issues/1051
2221 "src/test/ui/rfc-2632-const-trait-impl/syntax.rs" ,
2322
2423 // TODO: ~const in where-clause
2524 // https://github.com/dtolnay/syn/issues/1051
25+ "library/alloc/src/borrow.rs" ,
26+ "src/test/ui/rfc-2632-const-trait-impl/inherent-impl-const-bounds.rs" ,
2627 "src/test/ui/rfc-2632-const-trait-impl/trait-where-clause-run.rs" ,
2728 "src/test/ui/rfc-2632-const-trait-impl/trait-where-clause-self-referential.rs" ,
2829
You can’t perform that action at this time.
0 commit comments