Skip to content

Commit 384593c

Browse files
committed
Auto merge of #5231 - JohnTitor:associated-type-defaults, r=phansch
Rustup to rust-lang/rust#61812 changelog: none
2 parents 2734e4e + 7c760e5 commit 384593c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/missing-doc-impl.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ pub trait D {
4646
}
4747

4848
/// dox
49-
pub trait E {
49+
pub trait E: Sized {
5050
type AssociatedType;
5151
type AssociatedTypeDef = Self;
5252

0 commit comments

Comments
 (0)