Skip to content

Commit

Permalink
resolve conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan-DPC committed Mar 18, 2022
1 parent c52d033 commit 8991293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_expand/src/mbe/macro_parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ fn parse_tt_inner<'root, 'tt>(
}

// These cannot appear in a matcher.
TokenTree::Token(..) | TokenTree::MetaVar(..) => unreachable!(),
TokenTree::MetaVar(..) | TokenTree::MetaVarExpr(..) => unreachable!(),
}
}
}
Expand Down

0 comments on commit 8991293

Please sign in to comment.