mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 12:36:35 +03:00
4f3da903a4
Begin to abstract `rustc_type_ir` for rust-analyzer This adds the "nightly" feature which is used by the compiler, and falls back to more simple implementations when that is not active. r? `@lcnr` or `@jackh726`