Skip to content

Commit e30cd18

Browse files
committed
Reinstate the hir-stats.rs tests on stage 1.
1 parent a322848 commit e30cd18

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/ui/stats/hir-stats.rs

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
// check-pass
22
// compile-flags: -Zhir-stats
33
// only-x86_64
4-
// ignore-stage1 FIXME: remove after next bootstrap bump
4+
5+
// Type layouts sometimes change. When that happens, until the next bootstrap
6+
// bump occurs, stage1 and stage2 will give different outputs for this test.
7+
// Add an `ignore-stage1` comment marker to work around that problem during
8+
// that time.
59

610
// The aim here is to include at least one of every different type of top-level
711
// AST/HIR node reported by `-Zhir-stats`.

0 commit comments

Comments
 (0)