Skip to content

Commit f913dce

Browse files
committed
fix test fallout
1 parent 49f3978 commit f913dce

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/test/auxiliary/custom_derive_plugin.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ fn expand(cx: &mut ExtCtxt,
5555
generics: LifetimeBounds::empty(),
5656
explicit_self: borrowed_explicit_self(),
5757
args: vec![],
58+
nested_match: true,
5859
ret_ty: Literal(Path::new_local("isize")),
5960
attributes: vec![],
6061
is_unsafe: false,

src/test/auxiliary/custom_derive_plugin_attr.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ fn expand(cx: &mut ExtCtxt,
5757
generics: LifetimeBounds::empty(),
5858
explicit_self: borrowed_explicit_self(),
5959
args: vec![],
60+
nested_match: true,
6061
ret_ty: Literal(Path::new_local("isize")),
6162
attributes: vec![],
6263
is_unsafe: false,

0 commit comments

Comments
 (0)