You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rollup merge of rust-lang#138536 - makai410:mut-mir-visitor, r=celinval
stable_mir: Add `MutMirVisitor`
Resolves: [rust-lang/project-stable-mir#81](rust-lang/project-stable-mir#81).
I am unsure if we should add a `MutableBody` like Kani did.
Currently, I use `&mut Body` in `MutMirVisitor::visit_body()`.
r? ``````@celinval``````
0 commit comments