mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-02 00:07:42 +03:00
0940040c04
move hir typeck into separate crate second part https://github.com/rust-lang/compiler-team/issues/529 I avoided pretty much anything that wasn't just a simple move + path adjustment. Left fixmes for methods which are at an odd place r? `@compiler-errors`