diff options
author | Ville Penttinen <[email protected]> | 2019-03-31 08:35:55 +0100 |
---|---|---|
committer | Ville Penttinen <[email protected]> | 2019-03-31 08:38:36 +0100 |
commit | 98cff6ecec1b0af2cb9cead544526a0dbf2760f5 (patch) | |
tree | 511188639f3fca256f1b4a319973fd20108e1680 /crates/ra_syntax/src/parsing/lexer | |
parent | e3f9d6555beec6fb4bebf6aef3e983149f7aee3a (diff) |
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.
Diffstat (limited to 'crates/ra_syntax/src/parsing/lexer')
0 files changed, 0 insertions, 0 deletions