We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c423305 commit 669b99dCopy full SHA for 669b99d
src/tools/compiletest/src/runtest.rs
@@ -4261,6 +4261,8 @@ impl<'test> TestCx<'test> {
4261
// AllocId are numbered globally in a compilation session. This can lead to changes
4262
// depending on the exact compilation flags and host architecture. Meanwhile, we want
4263
// to keep them numbered, to see if the same id appears multiple times.
4264
+ // So we remap to deterministic numbers that only depend on the subset of allocations
4265
+ // that actually appear in the output.
4266
{
4267
use std::fmt::Write;
4268
0 commit comments