rust/compiler/rustc_privacy
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