Span trace utilities and runner source hint
This commit is contained in:
6
src/mir/loop_form.rs
Normal file
6
src/mir/loop_form.rs
Normal file
@ -0,0 +1,6 @@
|
||||
//! LoopForm helper alias
|
||||
//!
|
||||
//! Alias to ControlForm::LoopShape so generic JoinIR lowering can depend on a
|
||||
//! stable loop shape representation without pulling in builder details.
|
||||
|
||||
pub type LoopForm = crate::mir::control_form::LoopShape;
|
||||
Reference in New Issue
Block a user