Allow macros to expand to or-patterns

This commit is contained in:
Jonas Schievink 2022-01-17 16:52:53 +01:00
parent 9700addc82
commit 8a7f0d920e
4 changed files with 33 additions and 7 deletions

View file

@ -164,7 +164,6 @@ pub struct MissingOkOrSomeInTailExpr {
pub struct MissingMatchArms {
pub file: HirFileId,
pub match_expr: AstPtr<ast::Expr>,
pub arms: AstPtr<ast::MatchArmList>,
}
#[derive(Debug)]