Skip to content

Commit

Permalink
Auto merge of #125928 - michaelwoerister:fix-cgu-hashstable, r=oli-obk
Browse files Browse the repository at this point in the history
Stabilize order of MonoItems in CGUs and disallow query_instability lint for rustc_monomorphize

The HashStable impl for `CodegenUnit` was incorrect as described in [MCP 533](rust-lang/compiler-team#533). This PR removes any indeterminism from the way codegen units are built. The changes are pretty straightforward.

Part of rust-lang/rust#84447 and [MCP 533](rust-lang/compiler-team#533).
  • Loading branch information
bors committed Jun 7, 2024
2 parents 32fd9b0 + 03d1fb0 commit 1860be4
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 1860be4

Please sign in to comment.