We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2734e4e commit 7c760e5Copy full SHA for 7c760e5
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