We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
hir-stats.rs
1 parent a322848 commit e30cd18Copy full SHA for e30cd18
tests/ui/stats/hir-stats.rs
@@ -1,7 +1,11 @@
1
// check-pass
2
// compile-flags: -Zhir-stats
3
// only-x86_64
4
-// ignore-stage1 FIXME: remove after next bootstrap bump
+
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.
9
10
// The aim here is to include at least one of every different type of top-level
11
// AST/HIR node reported by `-Zhir-stats`.
0 commit comments