You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of #12088 - weihanglo:build-std-fix, r=epage
fix: hack around `libsysroot` instead of `libtest`
### What does this PR try to resolve?
This is a fix in response to rust-lang/rust#108865.
Cargo `-Zbuild-std` now use `sysroot` crate to resolve cargo features instead
of the old hack around `libtest`. `sysroot` is just a dummy crate depending on
other standard library crates.
0 commit comments