aboutsummaryrefslogtreecommitdiff
path: root/gcc/rust/analysis/rust-scan.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/rust/analysis/rust-scan.cc')
-rw-r--r--gcc/rust/analysis/rust-scan.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/rust/analysis/rust-scan.cc b/gcc/rust/analysis/rust-scan.cc
index 4c032b0..402ac32 100644
--- a/gcc/rust/analysis/rust-scan.cc
+++ b/gcc/rust/analysis/rust-scan.cc
@@ -297,12 +297,12 @@ void
TopLevelScan::visit (AST::IfLetExprConseqIfLet &expr)
{}
// void TopLevelScan::visit(MatchCase& match_case) {}
-void
+/*void
TopLevelScan::visit (AST::MatchCaseBlockExpr &match_case)
-{}
-void
+{}*/
+/*void
TopLevelScan::visit (AST::MatchCaseExpr &match_case)
-{}
+{}*/
void
TopLevelScan::visit (AST::MatchExpr &expr)
{}