Home
last modified time | relevance | path

Searched defs:StructProjReplace (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/pin-project-lite/tests/expand/multifields/
Dstruct.expanded.rs13 struct StructProjReplace<T, U> { struct
14 pinned1: ::pin_project_lite::__private::PhantomData<T>,
15 pinned2: ::pin_project_lite::__private::PhantomData<T>,
16 unpinned1: U,
17 unpinned2: U,
/external/rust/crates/pin-project-lite/tests/expand/naming/
Dstruct-all.expanded.rs39 struct StructProjReplace<T, U> { struct
40 pinned: ::pin_project_lite::__private::PhantomData<T>,
41 unpinned: U,
/external/rust/crates/pin-project-lite/tests/
Dtest.rs54 let StructProjReplace { f1: PhantomData, f2 } = in projection() localVariable