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 #638910 months ago
by esdrubal Merge branch 'master' into esdrubal/638910 months ago
by JoshuaBatty