]> git.lizzy.rs Git - rust.git/commit - src/tools/rustfmt
Auto merge of #79169 - LeSeulArtichaut:ty-lib, r=nikomatsakis
authorbors <bors@rust-lang.org>
Sat, 12 Dec 2020 12:36:18 +0000 (12:36 +0000)
committerbors <bors@rust-lang.org>
Sat, 12 Dec 2020 12:36:18 +0000 (12:36 +0000)
commit3f2088aa603d2cd3f43c20795872de9cd6ec7735
treea2e4fbcc35e4c0b536750745c05c1f0b17759264
parentc3ed6681ff8d446e68ce272be4bf66f4145f6e29
parent0cf5a8ad15af795beff92f923eac9ba4b71e2790
Auto merge of #79169 - LeSeulArtichaut:ty-lib, r=nikomatsakis

Create `rustc_type_ir`

Decided to start small ðŸ˜„

This PR creates a `rustc_type_ir` crate as part of the WG-Traits plan to create a shared type library.
~~There already exists a `rustc_ty` crate, so I named the new crate `rustc_ty_library`. However I think it would make sense to rename the current `rustc_ty` to something else (e.g. `rustc_ty_passes`) to free the name for this new crate.~~

r? `@jackh726`
Cargo.lock
compiler/rustc_middle/src/ty/mod.rs
compiler/rustc_middle/src/ty/sty.rs