mirror of
https://github.com/openharmony/third_party_rust_rust.git
synced 2026-07-18 09:25:13 -04:00
bd9e6e05d2
improve `filesearch::get_or_default_sysroot` `fn get_or_default_sysroot` is now improved and used in `miri` and `clippy`, and tests are still passing as they should. So we no longer need to implement custom workarounds/hacks to find sysroot in tools like miri/clippy. Resolves https://github.com/rust-lang/rust/issues/98832 re-opened from #103581