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
{{ message }}
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.
libsyntax rejects certain type positions to not include bounds. That is, the following are rejected syntactically:
x as dyn A + B
*const dyn A + B
fn() -> dyn A + B
&dyn A + B
Should this be encoded in the grammar?
The text was updated successfully, but these errors were encountered: