mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 08:47:09 +00:00
Uplift movability and mutability, the simple way Just make type_ir a dependency of ast. This can be relaxed later if we want to make the dependency less heavy. Part of rust-lang/types-team#124. r? `@lcnr` or `@jackh726`
For more information about how rustc works, see the rustc dev guide.