Uh oh!
There was an error while loading. Please reload this page.
Do anonymous lifetimes remapping correctly for nested rpits - #103205
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
f693233 to
7cce7e8Comparespastorino
commented
Oct 18, 2022
@cjgillot, pushed a different change that changes the remappings to always be from the main outermost def_id, the innermost ones. That means that the remapping chain shouldn't be needed. |
7cce7e8 to
39ec7cdComparespastorino
commented
Oct 19, 2022
@cjgillot this is ready now. I've just pushed again because I've found that's better to have the same set of "orig" methods and remapped methods, said |
39ec7cd to
49ce8a2Comparecjgillot
commented
Oct 19, 2022
@bors r+ rollup=never |
bors
commented
Oct 19, 2022
bors
commented
Oct 20, 2022
bors
commented
Oct 20, 2022
☀️ Test successful - checks-actions |
rust-timer
commented
Oct 20, 2022
Finished benchmarking commit (ebdde35): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesThis benchmark run did not return any relevant results for this metric. Footnotes |
[beta] backports - Use rebind instead of dummy binder in `SameTypeModuloInfer` relation rust-lang#102059 - Add missing space between notable trait tooltip and where clause rust-lang#102107 - Avoid repeated re-initialization of the BufReader buffer rust-lang#102760 - Ensure enum cast moves rust-lang#103016 - Fix `TyKind::is_simple_path` rust-lang#103176 - Do anonymous lifetimes remapping correctly for nested rpits rust-lang#103205 - [beta] Cargo backport 1.65.0 rust-lang#103303 - linker: Fix weak lang item linking with combination windows-gnu + LLD + LTO rust-lang#103092 r? `@ghost`
spastorino
commented
Oct 21, 2022
This was @rustbot label +stable-accepted -stable-nominated |
spastorino
commented
Oct 21, 2022
@cuviper this was meant to be |
cuviper
commented
Oct 21, 2022
For stable backports, we wait until there's an actual stable point release in motion, but it should keep both labels until then so we know it hasn't been done. |
cuviper
commented
Oct 21, 2022
…ing, r=cjgillot Do anonymous lifetimes remapping correctly for nested rpits Closesrust-lang#103141 r? `@cjgillot` `@nikomatsakis` This fixes a stable to stable regression that in my opinion is `P-critical` so, we probably want to backport it all the way up to stable.
Closes#103141
r? @cjgillot@nikomatsakis
This fixes a stable to stable regression that in my opinion is
P-criticalso, we probably want to backport it all the way up to stable.