mirror of
https://gitee.com/openharmony/third_party_rust_syn
synced 2024-11-27 09:50:41 +00:00
fc96cd272f
The various meta item types have been missing `Parse` implementations. This makes parsing the argument to Rust's proc macros difficult. This patch provides Parse implementation for: * Meta * MetaList * MetaNameValue * NestedMeta A first step towards the goals stated in #359. |
||
---|---|---|
.. | ||
common | ||
macros | ||
clone.sh | ||
test_asyncness.rs | ||
test_derive_input.rs | ||
test_generics.rs | ||
test_grouping.rs | ||
test_ident.rs | ||
test_lit.rs | ||
test_meta_item.rs | ||
test_precedence.rs | ||
test_round_trip.rs | ||
test_should_parse.rs | ||
test_token_trees.rs |