rust-analyzer/crates/hir_ty/src/traits/chalk
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
..
interner.rs Use chalk_ir::FnDefId 2021-03-13 17:56:48 +01:00
mapping.rs Make Ty wrap TyKind in an Arc 2021-03-14 17:31:08 +01:00
tls.rs Use chalk_ir::AssocTypeId 2021-03-13 17:56:48 +01:00