1
Fork 0

Slightly refactor the dumping of HIR analysis data

This commit is contained in:
León Orell Valerian Liehr 2024-06-19 13:11:18 +02:00
parent cb8a7ea0ed
commit bc12972bcd
No known key found for this signature in database
GPG key ID: D17A07215F68E713
13 changed files with 92 additions and 104 deletions

View file

@ -45,8 +45,8 @@ use std::ops::Bound;
use crate::check::intrinsic::intrinsic_operation_unsafety;
use crate::errors;
use crate::hir_ty_lowering::{HirTyLowerer, RegionInferReason};
pub use type_of::test_opaque_hidden_types;
pub(crate) mod dump;
mod generics_of;
mod item_bounds;
mod predicates_of;