This repository has been archived by the owner on Apr 8, 2024. It is now read-only.
Function pointer should not allow full patterns. #58
Labels
grammar
Issues with the definition of the rust grammar
restrictions
Issues related to the permissiveness of the grammar
For example, the following should be rejected as a type:
fn((a, b): (i32, i32))
Instead of "pat", I think it should be IDENT |
_
.Beware, don't alter FnSigInput for FnArg.
The text was updated successfully, but these errors were encountered: