rustc_ap_rustc_ast::ptr
pub fn P<T: 'static>(value: T) -> P<T>
Construct a P<T> from a T value.
P<T>
T