-
Notifications
You must be signed in to change notification settings - Fork 556
Commit 82e9922
Rollup merge of #145474 - fmease:paren-use-bounds-fix, r=fee1-dead
Properly recover from parenthesized use-bounds (precise capturing lists) plus small cleanups
Fixes rust-lang/rust#145470.
First commit fixes the issue, second one performs some desperately needed cleanups.
The fix shouldn't be a breaking change because IINM the parser always ensures that all brackets are balanced (via a buffer of brackets). Meaning even though we used to accept `(use<>` as a valid precise capturing list, it was guaranteed that we would fail in the end.File tree
0 file changed
+0
-0
lines changed0 file changed
+0
-0
lines changed
0 commit comments