mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-14 09:36:06 +00:00
98cff6ecec
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. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |