Phase 33 NORM canon test: enforce normalized dev route for P1/P2/JP mini
This commit is contained in:
@ -117,7 +117,10 @@ impl super::MirBuilder {
|
||||
}
|
||||
}
|
||||
// Phase 200-C: Store fn_body_ast for inline main() lowering
|
||||
eprintln!("[build_static_main_box] Storing fn_body_ast with {} nodes for inline main()", body.len());
|
||||
eprintln!(
|
||||
"[build_static_main_box] Storing fn_body_ast with {} nodes for inline main()",
|
||||
body.len()
|
||||
);
|
||||
self.fn_body_ast = Some(body.clone());
|
||||
|
||||
// Lower statements in order to preserve def→use
|
||||
|
||||
Reference in New Issue
Block a user