Fix fulldeps test with NodeId
This commit is contained in:
parent
4c9ee59584
commit
e5fd34c1ae
@ -43,7 +43,7 @@ fn expand_mbe_matches(cx: &mut ExtCtxt, _: Span, args: &[TokenTree])
|
||||
&[],
|
||||
Edition::Edition2015,
|
||||
// not used...
|
||||
NodeId::new(0));
|
||||
NodeId::from_u32(0));
|
||||
let map = match TokenTree::parse(cx, &mbe_matcher, args.iter().cloned().collect()) {
|
||||
Success(map) => map,
|
||||
Failure(_, tok) => {
|
||||
|
Loading…
Reference in New Issue
Block a user