We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2734e4e + 7c760e5 commit 384593cCopy full SHA for 384593c
tests/ui/missing-doc-impl.rs
@@ -46,7 +46,7 @@ pub trait D {
46
}
47
48
/// dox
49
-pub trait E {
+pub trait E: Sized {
50
type AssociatedType;
51
type AssociatedTypeDef = Self;
52
0 commit comments