mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-12 06:53:05 +00:00
![]() 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 |