Move LateParamRegion to rustc_type_ir - #160986
Conversation
This comment has been minimized.
This comment has been minimized.
aab6014 to
3103e42
Compare
This comment has been minimized.
This comment has been minimized.
|
I explicitly said that I don't want to move those to rustc_type_ir. Our implementation of those is different and expected to diverge more. |
|
Oh I only said about
|
|
hm, alright 🤔 I guess only move |
|
and we should add comments to all associated items of |
3103e42 to
3d2dad1
Compare
3d2dad1 to
0919d8e
Compare
|
@bors r=lcnr |
|
@Jamesbarford: 🔑 Insufficient privileges: not in review users |
|
@bors r+ rollup |
This comment has been minimized.
This comment has been minimized.
|
The warnings will need to be fixed @bors r- |
|
@bors delegate+ unless it's more involved to fix CI |
|
This pull request was unapproved. |
|
Unknown argument "unless". Did you mean to use |
|
@bors delegate+ but r lcnr instead of me ofc despite what the bot will say |
|
✌️ @Jamesbarford, you can now approve this pull request! If @lqd told you to " |
0919d8e to
a80c8e5
Compare
This comment has been minimized.
This comment has been minimized.
|
@bors r+ rollup |
…-region, r=lcnr Move `LateParamRegion` to `rustc_type_ir` Move `LateParamRegion` to `rustc_type_ir`. As per feedback, I created a `TrivialLiftImpls!` mirroring `rustc_middle`'s variant which is creates an identity function for `lift_to_interner(...)`. Spun off from; rust-lang#160509 r? @lcnr
…uwer Rollup of 12 pull requests Successful merges: - #161221 (`rust-analyzer` subtree update) - #161232 (Subtree sync for rustc_codegen_cranelift) - #160058 (atomic volatile: add intrinsics) - #161206 (Library lock file update) - #160905 (implement <IpAddr, SocketAddr>::unspecified_from()) - #160986 (Move `LateParamRegion` to `rustc_type_ir`) - #161145 (Remove references to the obsolete `try-perf` branch) - #161197 (citool: update rust crates) - #161225 (Add regression test for lint panic on nested generic with default type param) - #161229 (rustc_target: couple AArch64 LLVM and cfg pauthtest ABIs) - #161230 (rename `#[rustc_dump_predicates]` to `#[rustc_dump_clauses]`) - #161237 (Remove jdno from infra-ci rotation)
Rollup merge of #160986 - Jamesbarford:chore/move-late-param-region, r=lcnr Move `LateParamRegion` to `rustc_type_ir` Move `LateParamRegion` to `rustc_type_ir`. As per feedback, I created a `TrivialLiftImpls!` mirroring `rustc_middle`'s variant which is creates an identity function for `lift_to_interner(...)`. Spun off from; #160509 r? @lcnr
View all comments
Move
LateParamRegiontorustc_type_ir. As per feedback, I created aTrivialLiftImpls!mirroringrustc_middle's variant which is creates an identity function forlift_to_interner(...).Spun off from; #160509
r? @lcnr