File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
trunk/src/comp/syntax/parse Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: ba6da950f1034c62c5d64d200dd2d7c2222e9729
2
+ refs/heads/master: 6b744b284ea5eca0f6158719038e5c91561a6dd0
Original file line number Diff line number Diff line change @@ -1357,7 +1357,7 @@ fn parse_fn_expr(p: parser, kw: fn_kw) -> @ast::expr {
1357
1357
( fn_kw_fn. , true ) { ast:: proto_bare }
1358
1358
( fn_kw_fn_at. , true ) { ast:: proto_send }
1359
1359
( fn_kw_lambda. , true ) { ast:: proto_send }
1360
- ( fn_kw_block. , true ) { p. fatal ( "block cannot be declared sendable" ) ; }
1360
+ ( fn_kw_block. , true ) { p. fatal ( "block cannot be declared sendable" ) }
1361
1361
( fn_kw_fn. , false ) { ast:: proto_bare }
1362
1362
( fn_kw_fn_at. , false ) { ast:: proto_shared ( ast:: sugar_normal) }
1363
1363
( fn_kw_lambda. , false ) { ast:: proto_shared ( ast:: sugar_sexy) }
You can’t perform that action at this time.
0 commit comments