]> git.lizzy.rs Git - rust.git/commitdiff
Merge #7205
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Fri, 8 Jan 2021 06:03:54 +0000 (06:03 +0000)
committerGitHub <noreply@github.com>
Fri, 8 Jan 2021 06:03:54 +0000 (06:03 +0000)
7205: Fix bug for $crate in LHS of mbe r=edwin0cheng a=edwin0cheng

We treated `$crate` as meta variable in LHS of mbe, which should be an `ident`.

Fixes #7204

Co-authored-by: Edwin Cheng <edwin0cheng@gmail.com>

Trivial merge