rust/compiler/rustc_ast/src/attr
Nicholas Nethercote 991c91fdaa Reduce P<T> to a typedef of Box<T>.
Keep the `P` constructor function for now, to minimize immediate churn.

All the `into_inner` calls are removed, which is nice.
2025-05-27 13:29:24 +10:00
..
mod.rs Reduce P<T> to a typedef of Box<T>. 2025-05-27 13:29:24 +10:00