rust/compiler/rustc_const_eval
Jubilee b0208640c6
Rollup merge of #130665 - veera-sivarajan:fix-118612, r=compiler-errors
Prevent Deduplication of `LongRunningWarn`

Fixes #118612

As mention in the issue, `LongRunningWarn` is meant to be repeated multiple times.

Therefore, this PR stores a unique number in every instance of `LongRunningWarn` so that it's not hashed into the same value and omitted by the deduplication mechanism.
2024-09-21 22:34:34 -07:00
..
src Rollup merge of #130665 - veera-sivarajan:fix-118612, r=compiler-errors 2024-09-21 22:34:34 -07:00
Cargo.toml Clean up rustc_*/Cargo.toml. 2023-10-30 08:46:02 +11:00
messages.ftl also stabilize const_refs_to_cell 2024-09-15 10:20:47 +02:00