rust/compiler/rustc_hir
Joshua Nelson a8ff647deb Separate out a hir::Impl struct
This makes it possible to pass the `Impl` directly to functions, instead
of having to pass each of the many fields one at a time. It also
simplifies matches in many cases.
2021-01-12 20:32:33 -05:00
..
src Separate out a hir::Impl struct 2021-01-12 20:32:33 -05:00
Cargo.toml Add check for array/usize mismatch in astconv 2021-01-04 10:07:15 +00:00