aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorVille Penttinen <[email protected]>2019-03-31 08:35:55 +0100
committerVille Penttinen <[email protected]>2019-03-31 08:38:36 +0100
commit98cff6ecec1b0af2cb9cead544526a0dbf2760f5 (patch)
tree511188639f3fca256f1b4a319973fd20108e1680 /README.md
parente3f9d6555beec6fb4bebf6aef3e983149f7aee3a (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 'README.md')
0 files changed, 0 insertions, 0 deletions