mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
93ca0af08c
Reduce `ast::ptr::P` to a typedef of `Box` As per the MCP at https://github.com/rust-lang/compiler-team/issues/878. r? `@fee1-dead`