struct Foo; #[::negative::negative_impl] impl !Unpin for Foo {} trait Demo {} impl Demo for T {} impl Demo for Foo {}