Normalize passes keep spans and clean warnings

This commit is contained in:
nyash-codex
2025-11-24 15:02:51 +09:00
parent 466e636af6
commit da1a5558e5
40 changed files with 547 additions and 362 deletions

View File

@ -22,7 +22,7 @@
use std::collections::BTreeMap;
use crate::mir::{BasicBlockId, ValueId};
use crate::mir::ValueId;
// Phase 27.9: Lowering submodule
pub mod lowering;