2025-04-05 18:23:07 +08:00
|
|
|
//! We've temporarily moved the `stable_mir` implementation to [`rustc_smir::stable_mir`],
|
|
|
|
|
//! during refactoring to break the circular dependency between `rustc_smir` and `stable_mir`,
|
2023-03-03 17:08:49 -08:00
|
|
|
//!
|
2025-04-05 18:23:07 +08:00
|
|
|
//! This is a transitional measure as described in [PR #139319](https://github.com/rust-lang/rust/pull/139319).
|
|
|
|
|
//! Once the refactoring is complete, the `stable_mir` implementation will be moved back here.
|
2023-09-18 14:47:39 +00:00
|
|
|
|
2025-04-05 18:23:07 +08:00
|
|
|
pub use rustc_smir::stable_mir::*;
|