Auto merge of #5231 - JohnTitor:associated-type-defaults, r=phansch

Rustup to rust-lang/rust#61812

changelog: none
This commit is contained in:
bors 2020-02-27 06:40:31 +00:00
commit 384593cd16

View file

@ -46,7 +46,7 @@ pub trait D {
}
/// dox
pub trait E {
pub trait E: Sized {
type AssociatedType;
type AssociatedTypeDef = Self;