mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-02 15:56:09 +03:00
35614c7623
8328: Move things in hir_ty into submodules r=flodiebold a=flodiebold - all the types that will be replaced by Chalk go to `types` - `TypeWalk` impls go to `walk` - also fix signature of `Substitution::interned` Co-authored-by: Florian Diebold <flodiebold@gmail.com>