Files
rust/compiler
Matthias Krüger 862852fd33 Rollup merge of #127817 - oli-obk:mut_visitor_fix, r=petrochenkov
Fix a bunch of sites that were walking instead of visiting, making it impossible for visitor impls to look at these values

This doesn't affects anything right now, but a `MutVisitor` impl could be surprised by this.

The reason this doesn't affect anything is that no one overrrides `visit_lifetime` or `visit_param_bounds` currently.
2024-07-16 18:09:13 +02:00
..
2024-07-11 12:20:26 +02:00
2024-07-16 14:15:44 +00:00
2024-07-11 12:20:26 +02:00