mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 23:12:02 +00:00
93c52e41ec
fix: Parse TypePathFn with preceding `::` e.g. `impl Fn::() -> ()`. Fixes #13157. This was the problem, not that the path was not at the end. I could unify the parsing of `::` of TypePathFn with that of generic arg list, but some code relies on the `::` of generic arg list to be inside it. |
||
---|---|---|
.. | ||
src | ||
test_data | ||
Cargo.toml |