rust/compiler/rustc_hir
Matthias Krüger e6bb00fff5
Rollup merge of #100003 - nnethercote:improve-size-assertions, r=lqd
Improve size assertions.

- For any file with four or more size assertions, move them into a
  separate module (as is already done for `hir.rs`).
- Add some more for AST nodes and THIR nodes.
- Put the `hir.rs` ones in alphabetical order.

r? `@lqd`
2022-08-01 16:49:33 +02:00
..
src Rollup merge of #100003 - nnethercote:improve-size-assertions, r=lqd 2022-08-01 16:49:33 +02:00
Cargo.toml Make AST lowering a query. 2022-07-06 23:04:55 +02:00