-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
A-parserparser issuesparser issuesS-actionableSomeone could pick this issue up and work on it right nowSomeone could pick this issue up and work on it right now
Description
Having something like:
type Alias = Box<for<'a> Test<'a> + Send>;triggers some syntax errors:
expected COMMAandexpected R_ANGLEright afterTest<'a>expected SEMIandexpected an itemat the last angle bracketexpected an itemat the semi-colon
It works perfectly fine if I add the dyn that should have been there from the beginning.
I tried a few things and only the first two errors seem to be related to this issue, the others being a result of them.
Here's a playground.
Metadata
Metadata
Assignees
Labels
A-parserparser issuesparser issuesS-actionableSomeone could pick this issue up and work on it right nowSomeone could pick this issue up and work on it right now