mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-23 17:25:12 +00:00
Rustup to rust-lang/rust#61812
This commit is contained in:
@@ -46,7 +46,7 @@ pub trait D {
|
||||
}
|
||||
|
||||
/// dox
|
||||
pub trait E {
|
||||
pub trait E: Sized {
|
||||
type AssociatedType;
|
||||
type AssociatedTypeDef = Self;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user