mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 09:13:07 +03:00
9ed2ab3790
Revert "miri: make sure we can find link_section statics even for the local crate" This PR reverts #126938 as [requested by its author](https://github.com/rust-lang/rust/issues/127052#issuecomment-2196793473), to fix the #127052 regression. Fixes #127052 We should probably improve the [`used` rmake test(s)](https://github.com/rust-lang/rust/blob/57931e50409f9365791f7923a68f9ae1ec301c4c/tests/run-make/used/rmake.rs#L7) in the future, but this should do for now.