You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of #53074 - varkor:blobfish-extinction, r=<try>
[Do not merge] Allow generic parameters to be specified in expressions without `::`
Since chained comparison operators are invalid, it's plausible that the `::` disambiguation for generic parameters in expressions is no longer necessary. With the current parser infrastructure this is still a little awkward, requiring backtracking. However, it'd be nice to know just how bad backtracking is, because it _might_ turn out only to be much worse in niche edge cases, in which case the usability benefit could be worthwhile.
This PR is intended solely to test the performance of these parser changes.
@rust-lang/infra: would it be possible to get a perf run for this change?
0 commit comments