mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 11:59:49 +00:00
Allow macros to expand to or-patterns
This commit is contained in:
parent
9700addc82
commit
8a7f0d920e
4 changed files with 33 additions and 7 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue