Home
last modified time | relevance | path

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

/external/rust/crates/pin-project/tests/ui/unstable-features/
Dnegative_impls.rs15 struct MyPhantomPinned {} struct
16 impl !Unpin for MyPhantomPinned {} implementation