mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 20:25:46 +00:00
Fix stdarch submodule pointing to commit outside tree PR #93016 was merged with the stdarch submodule pointing to a commit in a PR branch and not in master. This was due to a circular dependency between the rust and stdarch changes which would cause the other to fail to build. cc #75109