mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-29 03:27:44 +00:00
![]() stable_mir: Add `MutMirVisitor` Resolves: [rust-lang/project-stable-mir#81](https://github.com/rust-lang/project-stable-mir/issues/81). I am unsure if we should add a `MutableBody` like Kani did. Currently, I use `&mut Body` in `MutMirVisitor::visit_body()`. r? ``````@celinval`````` |
||
---|---|---|
.. | ||
mir | ||
abi.rs | ||
compiler_interface.rs | ||
crate_def.rs | ||
error.rs | ||
lib.rs | ||
mir.rs | ||
target.rs | ||
ty.rs | ||
visitor.rs |