Macro rustc_middle::mir::visit::basic_blocks
source · macro_rules! basic_blocks {
($body:ident, mut, true) => { ... };
($body:ident, mut, false) => { ... };
($body:ident,) => { ... };
}
macro_rules! basic_blocks {
($body:ident, mut, true) => { ... };
($body:ident, mut, false) => { ... };
($body:ident,) => { ... };
}