mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-05 03:24:06 +03:00
c42a9ac602
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.