Commits
Click on a commit to change the comparison rangeFixes qualified call path without as trait.
The parser no longer parses qualified call path without the `as` token and trait.
This invalidates code that was previously accepted such as:
`let x: <u8>::S::<u8> = S::<u8>{x: 8};``
Fixes #6389 Merge branch 'master' into esdrubal/638927 days ago
by JoshuaBatty