rust/compiler/stable_mir/src
Makai c42a9ac602 move stable_mir back to its own crate and move rustc_internal to thestable_mir crate
As part of this reorganization, some traits need to be moved from `rustc_smir::context::traits` to `stable_mir::unstable::internal_cx`. These traits are specifically designed for `InternalCx` to clarify the behavior of different functions that share the same name. This move is necessary to avoid orphan rule violations.
2025-07-06 12:25:42 +00:00
..
mir move stable_mir back to its own crate and move rustc_internal to thestable_mir crate 2025-07-06 12:25:42 +00:00
rustc_internal move stable_mir back to its own crate and move rustc_internal to thestable_mir crate 2025-07-06 12:25:42 +00:00
unstable move stable_mir back to its own crate and move rustc_internal to thestable_mir crate 2025-07-06 12:25:42 +00:00
abi.rs move stable_mir back to its own crate and move rustc_internal to thestable_mir crate 2025-07-06 12:25:42 +00:00
alloc.rs move stable_mir back to its own crate and move rustc_internal to thestable_mir crate 2025-07-06 12:25:42 +00:00
compiler_interface.rs move stable_mir back to its own crate and move rustc_internal to thestable_mir crate 2025-07-06 12:25:42 +00:00
crate_def.rs move stable_mir back to its own crate and move rustc_internal to thestable_mir crate 2025-07-06 12:25:42 +00:00
error.rs move stable_mir back to its own crate and move rustc_internal to thestable_mir crate 2025-07-06 12:25:42 +00:00
lib.rs move stable_mir back to its own crate and move rustc_internal to thestable_mir crate 2025-07-06 12:25:42 +00:00
mir.rs move stable_mir back to its own crate and move rustc_internal to thestable_mir crate 2025-07-06 12:25:42 +00:00
target.rs move stable_mir back to its own crate and move rustc_internal to thestable_mir crate 2025-07-06 12:25:42 +00:00
ty.rs move stable_mir back to its own crate and move rustc_internal to thestable_mir crate 2025-07-06 12:25:42 +00:00
visitor.rs move stable_mir back to its own crate and move rustc_internal to thestable_mir crate 2025-07-06 12:25:42 +00:00