Home
last modified time | relevance | path

Searched refs:__Origin (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/pin-project-lite/tests/ui/
Dunpin_sneaky.stderr1 error[E0412]: cannot find type `__Origin` in this scope
4 10 | impl Unpin for __Origin {} //~ ERROR E0412,E0321
10 10 | impl Unpin for __Origin {} //~ ERROR E0412,E0321
Doverlapping_unpin_struct.rs11 struct __Origin {} struct
13 impl Unpin for __Origin {} implementation
Doverlapping_unpin_struct.stderr8 …| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ within `_::__Origin<'_, PhantomPinned>`, the trait `Unpin` is…
10 = note: required because it appears within the type `_::__Origin<'_, PhantomPinned>`
Dunpin_sneaky.rs10 impl Unpin for __Origin {} //~ ERROR E0412,E0321 implementation
/external/rust/crates/pin-project-lite/src/
Dlib.rs1271 $vis struct __Origin <'__pin, $($impl_generics)*>
1280 __Origin <'__pin, $($ty_generics)*>: $crate::__private::Unpin
Dlib.rs.orig1268 $vis struct __Origin <'__pin, $($impl_generics)*>
1277 __Origin <'__pin, $($ty_generics)*>: $crate::__private::Unpin