get rid of futures

This commit is contained in:
nora 2025-10-17 23:00:46 +02:00
parent e9b6576d2b
commit 5ce26e9089
5 changed files with 62 additions and 103 deletions

View file

@ -1,5 +1,7 @@
# 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
@ -12,4 +14,5 @@ This will clean the build, and then toggle two lines between
```
which is enough to trigger the issue.
**Make sure to `export RUSTFLAGS=-Zincremental-verify-ich` first, otherwise it may not reproduce**.
**Make sure to `export RUSTFLAGS=-Zincremental-verify-ich` first, otherwise it may not reproduce**.