Convert ProofTreeVisitor to use VisitorResult

This commit is contained in:
Jason Newcomb 2024-02-24 19:38:58 -05:00
parent ea9ae30671
commit 228eb38c69
3 changed files with 27 additions and 30 deletions

View file

@ -18,6 +18,7 @@
#![allow(rustc::untranslatable_diagnostic)]
#![feature(assert_matches)]
#![feature(associated_type_bounds)]
#![feature(associated_type_defaults)]
#![feature(box_patterns)]
#![feature(control_flow_enum)]
#![feature(extract_if)]