Ville Penttinen 98cff6ecec Change parsing bounds in path_types
Now bounds inside a path are parsed as DYN_TRAIT_TYPE, previously they would be
parsed as `PATH_TYPE` followed by `TYPE_BOUND_LIST`.

Basically this means `Box<T + 'f>` is now parsed almost the same as
`Box<dyn T + 'f>` with the exception of not having the `dyn` keyword.
2019-03-31 10:38:36 +03:00
..
2019-02-11 10:20:04 +02:00
2019-03-25 11:41:21 +03:00
2019-03-27 16:31:13 +03:00
2019-02-11 10:20:04 +02:00
2019-03-26 16:16:54 +00:00
2019-03-23 11:07:09 +03:00
2019-03-30 17:11:46 +02:00
2019-02-12 20:57:13 +03:00
2019-03-17 12:53:22 +03:00