Skip to content

Commit f65eb51

Browse files
committed
Reinstate hir-stats.rs test for stage 1.
It was disabled in rust-lang#94075 for stage 1 because that PR changed type layouts such that the results for this test were different for stage 1 and stage 2. But now that rust-lang#94075 is in beta, the results for this test are now the same for stage 1 and stage 2.
1 parent 307dd93 commit f65eb51

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/test/ui/stats/hir-stats.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// check-pass
22
// compile-flags: -Zhir-stats
33
// only-x86_64
4-
// ignore-stage1
54

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

0 commit comments

Comments
 (0)