1 2 3 4 5 6 7 8 9 10
// Checks that #[impl_trait] checks for impls. use impl_trait::impl_trait; impl_trait! { struct Foo { } } fn main() {}