mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-04 11:17:04 +00:00

avoid some usages of `&mut P<T>` in AST visitors It's a double indirection, and is also complicating our efforts at rust-lang/rust#127615. r? `@ghost`