evaluate_obligation-fingerp.../README.md
2025-10-17 23:00:46 +02:00

18 lines
340 B
Markdown

# 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**.