aboutsummaryrefslogtreecommitdiff
path: root/gcc/rust/analysis/rust-name-resolution.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/rust/analysis/rust-name-resolution.h')
-rw-r--r--gcc/rust/analysis/rust-name-resolution.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/rust/analysis/rust-name-resolution.h b/gcc/rust/analysis/rust-name-resolution.h
index 51ef450..b3bc780 100644
--- a/gcc/rust/analysis/rust-name-resolution.h
+++ b/gcc/rust/analysis/rust-name-resolution.h
@@ -112,8 +112,8 @@ public:
void visit (AST::IfLetExprConseqIf &expr) override;
void visit (AST::IfLetExprConseqIfLet &expr) override;
// void visit(MatchCase& match_case) override;
- void visit (AST::MatchCaseBlockExpr &match_case) override;
- void visit (AST::MatchCaseExpr &match_case) override;
+ // void visit (AST::MatchCaseBlockExpr &match_case) override;
+ // void visit (AST::MatchCaseExpr &match_case) override;
void visit (AST::MatchExpr &expr) override;
void visit (AST::AwaitExpr &expr) override;
void visit (AST::AsyncBlockExpr &expr) override;