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.
This commit is contained in:
Nicholas Nethercote 2022-09-30 10:18:36 +10:00
parent 307dd938d7
commit f65eb51b00

View File

@ -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`.