about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2022-09-30 19:06:06 +0200
committerGitHub <noreply@github.com>2022-09-30 19:06:06 +0200
commit9f0865bead9382a43cf38c5a626b062e57a66300 (patch)
treeb67ddcb32158869e35ab65fd6f61299f6b291c04
parentf7f253ea47f8782f7f09e76bdde5a03c60fab318 (diff)
parentf65eb51b00464dc632f6623e9d7374374d9188b2 (diff)
downloadrust-9f0865bead9382a43cf38c5a626b062e57a66300.tar.gz
rust-9f0865bead9382a43cf38c5a626b062e57a66300.zip
Rollup merge of #102495 - nnethercote:reinstate-hir-stats, r=lqd
Reinstate `hir-stats.rs` test for stage 1.

It was disabled in #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 #94075 is in beta, the results for this test are now the same for stage 1 and stage 2.

r? ```@lqd```
-rw-r--r--src/test/ui/stats/hir-stats.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/ui/stats/hir-stats.rs b/src/test/ui/stats/hir-stats.rs
index 5102574d4be..a24b3ada57e 100644
--- a/src/test/ui/stats/hir-stats.rs
+++ b/src/test/ui/stats/hir-stats.rs
@@ -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`.