Closed
Description
Some of my CI started failing today, but only for the workflows relying on the nightly
toolchain — you can get a closer look at the error and the code causing it here (as well as see that things work fine on stable
still):
https://github.com/TheLostLambda/pg-pipeline/actions/runs/9800551201
Version it worked on
❯ rustc +nightly-2024-07-03 --version --verbose
rustc 1.81.0-nightly (6292b2af6 2024-07-02)
binary: rustc
commit-hash: 6292b2af620dbd771ebb687c3a93c69ba8f97268
commit-date: 2024-07-02
host: x86_64-unknown-linux-gnu
release: 1.81.0-nightly
LLVM version: 18.1.7
Version with regression
❯ rustc +nightly-2024-07-04 --version --verbose
rustc 1.81.0-nightly (aa1d4f682 2024-07-03)
binary: rustc
commit-hash: aa1d4f6826de006b02fed31a718ce4f674203721
commit-date: 2024-07-03
host: x86_64-unknown-linux-gnu
release: 1.81.0-nightly
LLVM version: 18.1.7
@rustbot modify labels: +regression-from-stable-to-{nightly} -regression-untriaged