We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0762f58 commit 59f2343Copy full SHA for 59f2343
src/doc/grammar.md
@@ -754,8 +754,6 @@ return_expr : "return" expr ? ;
754
```antlr
755
closure_type := [ 'unsafe' ] [ '<' lifetime-list '>' ] '|' arg-list '|'
756
[ ':' bound-list ] [ '->' type ]
757
-procedure_type := 'proc' [ '<' lifetime-list '>' ] '(' arg-list ')'
758
- [ ':' bound-list ] [ '->' type ]
759
lifetime-list := lifetime | lifetime ',' lifetime-list
760
arg-list := ident ':' type | ident ':' type ',' arg-list
761
bound-list := bound | bound '+' bound-list
0 commit comments