aboutsummaryrefslogtreecommitdiff
path: root/crates/syntax/test_data/parser/inline/ok/0138_self_param_outer_attr.rast
diff options
context:
space:
mode:
authorLukas Wirth <[email protected]>2020-12-20 19:30:18 +0000
committerLukas Wirth <[email protected]>2020-12-20 19:30:18 +0000
commit4be9ed675ed2550e8cb10031fd4c4cfb01d2a2ed (patch)
treef24687019358bd80dcb1787d05ee27fc340d82f0 /crates/syntax/test_data/parser/inline/ok/0138_self_param_outer_attr.rast
parentf3125555a8de6fad4529408436800a6b1243a442 (diff)
Properly attach attributes to Param instead of parent ParamList
Diffstat (limited to 'crates/syntax/test_data/parser/inline/ok/0138_self_param_outer_attr.rast')
-rw-r--r--crates/syntax/test_data/parser/inline/ok/0138_self_param_outer_attr.rast20
1 files changed, 10 insertions, 10 deletions
diff --git a/crates/syntax/test_data/parser/inline/ok/0138_self_param_outer_attr.rast b/crates/syntax/test_data/parser/inline/ok/0138_self_param_outer_attr.rast
index 6403ff8d5..d3219f0b2 100644
--- a/crates/syntax/test_data/parser/inline/ok/0138_self_param_outer_attr.rast
+++ b/crates/syntax/test_data/parser/inline/ok/0138_self_param_outer_attr.rast
@@ -6,16 +6,16 @@ [email protected]
6 [email protected] "f" 6 [email protected] "f"
7 [email protected] 7 [email protected]
8 [email protected] "(" 8 [email protected] "("
9 ATT[email protected]6 9 SELF_PARAM@5..21
10 POUND@5..6 "#" 10 ATTR@5..16
11 L_BRACK@6..7 "[" 11 POUND@5..6 "#"
12 PATH@7..15 12 L_BRACK@6..7 "["
13 PATH_SEGMENT@7..15 13 [email protected]
14 NAME_REF@7..15 14 PATH_SEGMENT@7..15
15 IDENT@7..15 "must_use" 15 NAME_REF@7..15
16 R_BRACK@15..16 "]" 16 IDENT@7..15 "must_use"
17 WHITESPACE@16..17 " " 17 R_BRACK@15..16 "]"
18 SELF_PARAM@17..21 18 WHITESPACE@16..17 " "
19 [email protected] "self" 19 [email protected] "self"
20 [email protected] ")" 20 [email protected] ")"
21 [email protected] " " 21 [email protected] " "