Skip to content

Commit

Permalink
Auto merge of #5231 - JohnTitor:associated-type-defaults, r=phansch
Browse files Browse the repository at this point in the history
Rustup to rust-lang/rust#61812

changelog: none
  • Loading branch information
bors committed Feb 27, 2020
2 parents 2734e4e + 7c760e5 commit 384593c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ui/missing-doc-impl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ pub trait D {
}

/// dox
pub trait E {
pub trait E: Sized {
type AssociatedType;
type AssociatedTypeDef = Self;

Expand Down

0 comments on commit 384593c

Please sign in to comment.