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-05 19:23:18 +02:00
2020-04-11 18:04:09 +02:00
2020-04-11 00:27:00 +02:00
2020-04-12 08:30:24 +00:00
2020-04-07 05:12:08 -07:00
2020-04-05 19:23:18 +02:00
2020-02-14 20:32:55 +00:00
2020-02-18 16:12:37 +02:00
2020-04-07 05:12:08 -07:00
2020-04-11 19:36:31 +02:00
2020-04-05 19:23:18 +02:00