mirror of
https://github.com/Noratrieb/101844-repro.git
synced 2026-01-14 06:15: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 {
|
||||
type Item;
|
||||
type Extra: Extra<(), Error = Self::Item>;
|
||||
}
|
||||
|
||||
trait SecondTrait {
|
||||
type Item2;
|
||||
}
|
||||
|
||||
trait ThirdTrait: SecondTrait {
|
||||
type Item3;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue