Skip to content

Commit ad54054

Browse files
author
Alexander Regueiro
committed
Added missing argument to call to quoted::parse.
1 parent 7206157 commit ad54054

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/run-pass-fulldeps/auxiliary/procedural_mbe_matching.rs

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ fn expand_mbe_matches(cx: &mut ExtCtxt, _: Span, args: &[TokenTree])
3939

4040
let mbe_matcher = quote_tokens!(cx, $$matched:expr, $$($$pat:pat)|+);
4141
let mbe_matcher = quoted::parse(mbe_matcher.into_iter().collect(),
42+
false,
4243
true,
4344
cx.parse_sess,
4445
&Features::new(),

0 commit comments

Comments
 (0)