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
Relevant upstream PR:
- rust-lang/rust#143848 (Rename `stable_mir` and
`rustc_smir`)
The update was done via
```
git grep -l 'stable_mir::' | xargs sed -i 's/stable_mir::/rustc_public::/'
git grep -l 'rustc_smir::' | xargs sed -i 's/rustc_smir::/rustc_public_bridge::/'
```
followed by manual touch-ups in `kani-compiler/src/main.rs`,
`kani-compiler/src/codegen_cprover_gotoc/codegen/function.rs`,
`tools/scanner/src/lib.rs`, and then running `scripts/kani-fmt.sh`.
Resolves: #4229
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 and MIT licenses.
---------
Co-authored-by: Carolyn Zech <cmzech@amazon.com>
0 commit comments