We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 578c542 + 46c1c1f commit 108c0a3Copy full SHA for 108c0a3
src/mir/dataflow.md
@@ -148,8 +148,7 @@ whereas this code uses [`ResultsCursor`]:
148
149
```rust,ignore
150
let mut results = MyAnalysis::new()
151
- .into_engine(tcx, body, def_id)
152
- .iterate_to_fixpoint()
+ .iterate_to_fixpoint(tcx, body, None);
153
.into_results_cursor(body);
154
155
// Inspect the fixpoint state immediately before each `Drop` terminator.
0 commit comments