No description
Find a file
2025-10-17 22:25:39 +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 info 2025-10-17 22:25:39 +02:00
.gitignore init 2025-10-17 22:21:28 +02:00
Cargo.lock init 2025-10-17 22:21:28 +02:00
Cargo.toml init 2025-10-17 22:21:28 +02:00
README.md info 2025-10-17 22:25:39 +02:00
repro.sh init 2025-10-17 22:21:28 +02:00
toggle.js info 2025-10-17 22:25:39 +02:00

reproduction

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.