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
13 changed files with 92 additions and 104 deletions

View File

@@ -22,8 +22,7 @@ mod constraints;
/// Code to solve constraints and write out the results.
mod solve;
/// Code to write unit tests of variance.
pub mod test;
pub(crate) mod dump;
/// Code for transforming variances.
mod xform;