Skip to content

Commit 9f0865b

Browse files
authored
Rollup merge of rust-lang#102495 - nnethercote:reinstate-hir-stats, r=lqd
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. r? ```@lqd```
2 parents f7f253e + f65eb51 commit 9f0865b

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)