mirror of
https://github.com/Noratrieb/evaluate_obligation-fingerprints.git
synced 2026-01-16 11:15:01 +01:00
get rid of futures
This commit is contained in:
parent
e9b6576d2b
commit
5ce26e9089
5 changed files with 62 additions and 103 deletions
|
|
@ -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**.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue