Skip to content

Commit

Permalink
Rollup merge of rust-lang#102495 - nnethercote:reinstate-hir-stats, r…
Browse files Browse the repository at this point in the history
…=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``
  • Loading branch information
matthiaskrgr authored Sep 30, 2022
2 parents 73c2e99 + f65eb51 commit 355c8ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/ui/stats/hir-stats.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// check-pass
// compile-flags: -Zhir-stats
// only-x86_64
// ignore-stage1

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

0 comments on commit 355c8ef

Please sign in to comment.