File tree 1 file changed +3
-3
lines changed
crates/proc-macro-srv/src/tests
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ fn test_derive_error() {
19
19
expect ! [ [ r##"
20
20
SUBTREE $
21
21
IDENT compile_error 4294967295
22
- PUNCH ! [joint ] 4294967295
22
+ PUNCH ! [alone ] 4294967295
23
23
SUBTREE () 4294967295
24
24
LITERAL "#[derive(DeriveError)] struct S ;" 4294967295
25
25
PUNCH ; [alone] 4294967295"## ] ] ,
@@ -109,7 +109,7 @@ fn test_fn_like_macro_clone_literals() {
109
109
PUNCH , [alone] 4294967295
110
110
LITERAL 2_u32 4294967295
111
111
PUNCH , [alone] 4294967295
112
- PUNCH - [joint ] 4294967295
112
+ PUNCH - [alone ] 4294967295
113
113
LITERAL 4i64 4294967295
114
114
PUNCH , [alone] 4294967295
115
115
LITERAL 3.14f32 4294967295
@@ -130,7 +130,7 @@ fn test_attr_macro() {
130
130
expect ! [ [ r##"
131
131
SUBTREE $
132
132
IDENT compile_error 4294967295
133
- PUNCH ! [joint ] 4294967295
133
+ PUNCH ! [alone ] 4294967295
134
134
SUBTREE () 4294967295
135
135
LITERAL "#[attr_error(some arguments)] mod m {}" 4294967295
136
136
PUNCH ; [alone] 4294967295"## ] ] ,
You can’t perform that action at this time.
0 commit comments