DEBSOURCES
Skip Quicknav
sources / rust-ghost / 0.1.5-1 / tests / ui / function-body.rs
12345678
use ghost::phantom; fn main() { // Not supported. https://github.com/dtolnay/ghost/issues/1 #[phantom] struct MyPhantom<T: ?Sized>; }