mirror of
https://github.com/Noratrieb/101844-repro.git
synced 2026-01-14 14:25:02 +01:00
YEAH
This commit is contained in:
parent
5b384039db
commit
bf905e79f5
1 changed files with 4 additions and 4 deletions
|
|
@ -1,12 +1,12 @@
|
||||||
trait SecondTrait {
|
|
||||||
type Item2;
|
|
||||||
}
|
|
||||||
|
|
||||||
pub trait FirstTrait {
|
pub trait FirstTrait {
|
||||||
type Item;
|
type Item;
|
||||||
type Extra: Extra<(), Error = Self::Item>;
|
type Extra: Extra<(), Error = Self::Item>;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
trait SecondTrait {
|
||||||
|
type Item2;
|
||||||
|
}
|
||||||
|
|
||||||
trait ThirdTrait: SecondTrait {
|
trait ThirdTrait: SecondTrait {
|
||||||
type Item3;
|
type Item3;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue