// Checks that #[impl_trait] checks for impls. use impl_trait::impl_trait; impl_trait! { struct Foo { } } fn main() {}