rust/crates/hir_ty
Florian Diebold af466f8542 Make Ty wrap TyKind in an Arc
... like it will be in Chalk. We still keep `interned_mut` and
`into_inner` methods that will probably not exist with Chalk.

This worsens performance slightly (5ginstr inference on RA), but doesn't
include other simplifications we can do yet.
2021-03-14 17:31:08 +01:00
..
src Make Ty wrap TyKind in an Arc 2021-03-14 17:31:08 +01:00
Cargo.toml Compilation speed 2021-03-09 22:30:58 +03:00