Skip to content

Commit 1f4b562

Browse files
committed
Rust: expand attribute macros on AssocItem
1 parent 30ab9b7 commit 1f4b562

File tree

34 files changed

+15122
-210
lines changed

34 files changed

+15122
-210
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
class Element extends @element {
2+
string toString() { none() }
3+
}
4+
5+
query predicate new_item_attribute_macro_expansions(Element id, Element attribute_macro_expansion) {
6+
expandable_item_attribute_macro_expansions(id, attribute_macro_expansion) and id instanceof @item
7+
}

0 commit comments

Comments
 (0)