No description
Find a file
2025-10-17 23:08:04 +02:00
.vscode init 2025-10-17 22:21:28 +02:00
proc-macro-thing init 2025-10-17 22:21:28 +02:00
src integrate repro from cyrgani 2025-10-17 23:08:04 +02:00
.gitignore init 2025-10-17 22:21:28 +02:00
Cargo.lock get rid of futures 2025-10-17 23:00:46 +02:00
Cargo.toml get rid of futures 2025-10-17 23:00:46 +02:00
README.md get rid of futures 2025-10-17 23:00:46 +02:00
repro.sh get rid of futures 2025-10-17 23:00:46 +02:00
toggle.js info 2025-10-17 22:25:39 +02:00

reproduction

https://github.com/rust-lang/rust/issues/147825

To reproduce the issue, run ./repro.sh.

This will clean the build, and then toggle two lines between

// 1
// 2
// 1

which is enough to trigger the issue.

Make sure to export RUSTFLAGS=-Zincremental-verify-ich first, otherwise it may not reproduce.