rust/crates/ra_parser
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
..
src Change parsing bounds in path_types 2019-03-31 10:38:36 +03:00
Cargo.toml move parser to a separate crate 2019-02-21 13:27:45 +03:00