Florian Diebold c8b2ec8c20 Add support for bounds on associated types in trait definitions
E.g.
```
trait Trait {
    type Item: SomeOtherTrait;
}
```
Note that these don't simply desugar to where clauses; as I understand it, where
clauses have to be proved by the *user* of the trait, but these bounds are proved
by the *implementor*. (Also, where clauses on associated types are unstable.)
2020-04-13 15:57:28 +02:00
..
2020-04-12 18:20:03 +03:00
2020-04-01 18:56:47 +02:00
2020-04-11 19:36:31 +02:00
2020-04-11 22:01:22 +00:00
2020-04-03 19:01:44 +08:00
2020-04-11 14:53:13 +08:00
2020-04-10 20:46:42 +02:00
2020-04-10 00:17:32 +08:00
2020-04-11 19:36:31 +02:00
2020-04-10 20:46:42 +02:00