Unnamed repository; edit this file 'description' to name the repository.
Auto merge of #122205 - onur-ozkan:incorrect-sysroot-for-target, r=albertlarsan68
ensure std is prepared for cross-targets
Previously, doing `x test compiler/*` would result in build failures due to missing std. This PR fixes that.