mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-27 11:05:06 +00:00
rustc_resolve: fix instability in lib.rmeta contents rust-lang/rust@23032f31c9 accidentally introduced some nondeterminism in the ordering of lib.rmeta files, which we caught in our bazel-based builds only recently due to being further behind than normal. In my testing, this fixes the issue.