mirror of
https://gitee.com/openharmony/third_party_rust_syn
synced 2024-11-27 01:41:05 +00:00
try-macro.rs now succeeds due to precedence changes
This commit is contained in:
parent
6a5a164c8f
commit
1f506c0628
@ -69,9 +69,7 @@ fn filter(entry: &DirEntry) -> bool {
|
||||
// TODO better support for attributes
|
||||
"tests/rust/src/test/run-pass/inner-attrs-on-impl.rs" |
|
||||
// TODO better support for attributes
|
||||
"tests/rust/src/test/run-pass/item-attributes.rs" |
|
||||
// TODO precedence issue with binop vs poly trait ref
|
||||
"tests/rust/src/test/run-pass/try-macro.rs" => false,
|
||||
"tests/rust/src/test/run-pass/item-attributes.rs" => false,
|
||||
_ => true,
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user