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.
1 parent f6c4e65 commit 9e0902fCopy full SHA for 9e0902f
src/mir/visitor.md
@@ -23,7 +23,7 @@ struct MyVisitor<...> {
23
and you then implement the `Visitor` or `MutVisitor` trait for that type:
24
25
```rust,ignore
26
-impl<'tcx> MutVisitor<'tcx> for NoLandingPads {
+impl<'tcx> MutVisitor<'tcx> for MyVisitor {
27
fn visit_foo(&mut self, ...) {
28
...
29
self.super_foo(...);
0 commit comments