create module so that RUSTC_LOG can filter to just proof trees

This commit is contained in:
Boxy 2023-06-09 01:11:58 +01:00
parent bb743f8635
commit 9af7122b1d
3 changed files with 9 additions and 1 deletions

View file

@ -10,6 +10,8 @@ use rustc_middle::{
ty,
};
pub mod dump;
#[derive(Eq, PartialEq, Debug, Hash, HashStable)]
pub struct WipGoalEvaluation<'tcx> {
pub uncanonicalized_goal: Goal<'tcx, ty::Predicate<'tcx>>,