We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24eebb6 commit 218da21Copy full SHA for 218da21
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