Rémy Rakic

Results 96 comments of Rémy Rakic

[Both passed.](https://github.com/rust-lang-ci/rust/actions/runs/10342121462/job/28624697252#step:25:55338) > test [run-make] tests/run-make/compressed-debuginfo ... ok test [run-make] tests/run-make/compressed-debuginfo-zstd ... ok

alright let's see what bors has to say @bors r=Kobzol

Ah I was wondering what happened to this PR 😅. I rebased and fixed the silent conflicts on the tests. @bors r=Kobzol

@bors retry timeout on dist-x86_64-linux-alt

cranelift is already back to 3 mins ![image](https://github.com/rust-lang/rustc-perf/assets/247183/24c1d832-ae61-4f26-9ad3-7958de07abd0)

The second table still has the estimate at 9m50s, while I'm saying the estimate is now fixed. Some try runs may have been slow and I also indeed would like...

It's my recollection that we're using the last run but wasn't sure if try builds were used or not -- and as you say it seems like they are ^^

Since https://github.com/rust-lang/rust/pull/131033 landed, this should work on nightly now ```rust #![feature(precise_capturing_in_traits)] trait Iterable { fn owned_iter(&self) -> impl Iterator + use; } struct B { x: T, } impl Iterable...

[A comment](https://github.com/rust-lang/rust/issues/131863#issuecomment-2421186397) on the issue says the following about stable nomination: > I think it's uncommon enough that a backport to stable isn't necessary, though that's up to the team.