2025-09-03 05:04:56 +09:00
|
|
|
# MIR Builder (modularized) — Archived
|
|
|
|
|
|
|
|
|
|
Status: Archived. The optional feature `mir_modular_builder` and the module `src/mir/builder_modularized/*` have been removed.
|
|
|
|
|
|
|
|
|
|
Reason:
|
|
|
|
|
- The active MIR builder lives under `src/mir/builder/` and `src/mir/builder.rs`.
|
|
|
|
|
- CI and default builds never enabled the modular builder feature; it diverged from the main path.
|
|
|
|
|
|
|
|
|
|
Where to look now:
|
|
|
|
|
- Current builder: `src/mir/builder/` and `src/mir/builder.rs`
|
2025-11-23 05:53:27 +09:00
|
|
|
- MIR cleanup plan/spec: `docs/private/roadmap2/phases/phase-11.8_mir_cleanup/{PLAN.md,TECHNICAL_SPEC.md}`
|
2025-09-03 05:04:56 +09:00
|
|
|
|
|
|
|
|
Notes:
|
|
|
|
|
- Any historical design details can be recovered from git history. This page exists as a breadcrumb for past references.
|