Florian Diebold 16a7d8cc85 Add impl Trait and dyn Trait types
- refactor bounds handling in the AST a bit
 - add HIR for bounds
 - add `Ty::Dyn` and `Ty::Opaque` variants and lower `dyn Trait` / `impl Trait`
   syntax to them
2019-08-22 19:33:00 +02:00
..
2019-08-17 22:21:59 +03:00
2019-08-06 10:57:16 +02:00
2019-08-22 15:07:31 +03:00
2019-08-22 15:57:48 +03:00
2019-08-15 15:27:00 +03:00
2019-07-20 16:52:11 +03:00
2019-08-22 19:33:00 +02:00
2019-08-22 12:17:21 +00:00
2019-08-22 15:07:31 +03:00
2019-08-17 15:29:57 +03:00
2019-08-22 15:57:48 +03:00
2019-07-04 23:09:09 +03:00
2019-08-06 14:28:31 +02:00
2019-08-21 11:09:01 +03:00