Skip to content

Commit

Permalink
Fix procedural_mbe_matching test case after libsyntax change.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwoerister committed Mar 5, 2018
1 parent 9f8b9a0 commit 17b72bc
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -41,7 +41,7 @@ fn expand_mbe_matches(cx: &mut ExtCtxt, _: Span, args: &[TokenTree])
let mbe_matcher = quoted::parse(mbe_matcher.into_iter().collect(),
true,
cx.parse_sess,
&RefCell::new(Features::new()),
&Features::new(),
&[]);
let map = match TokenTree::parse(cx, &mbe_matcher, args.iter().cloned().collect()) {
Success(map) => map,
Expand Down

0 comments on commit 17b72bc

Please sign in to comment.