Skip to content

Commit 5d19109

Browse files
committed
---
yaml --- r: 6694 b: refs/heads/master c: 6b744b2 h: refs/heads/master v: v3
1 parent a2a0ec3 commit 5d19109

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: ba6da950f1034c62c5d64d200dd2d7c2222e9729
2+
refs/heads/master: 6b744b284ea5eca0f6158719038e5c91561a6dd0

trunk/src/comp/syntax/parse/parser.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1357,7 +1357,7 @@ fn parse_fn_expr(p: parser, kw: fn_kw) -> @ast::expr {
13571357
(fn_kw_fn., true) { ast::proto_bare }
13581358
(fn_kw_fn_at., true) { ast::proto_send }
13591359
(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") }
13611361
(fn_kw_fn., false) { ast::proto_bare }
13621362
(fn_kw_fn_at., false) { ast::proto_shared(ast::sugar_normal) }
13631363
(fn_kw_lambda., false) { ast::proto_shared(ast::sugar_sexy) }

0 commit comments

Comments
 (0)