This commit is contained in:
nora 2025-10-17 22:25:39 +02:00
parent 93553d8aae
commit e9b6576d2b
3 changed files with 17 additions and 2 deletions

15
README.md Normal file
View file

@ -0,0 +1,15 @@
# 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**.