Skip to content

Commit f0b2331

Browse files
committed
---
yaml --- r: 91085 b: refs/heads/master c: 8b088d4 h: refs/heads/master i: 91083: adedf13 v: v3
1 parent cf96d58 commit f0b2331

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 460ea922f32a47bd1497706ef58ed851a0d02987
2+
refs/heads/master: 8b088d493cdb38f47cd548469554e772d0331628
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: a6d3e57dca68fde4effdda3e4ae2887aa535fcd6
55
refs/heads/try: b160761e35efcd1207112b3b782c06633cf441a8

trunk/src/libsyntax/parse/parser.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1002,7 +1002,8 @@ impl Parser {
10021002
}
10031003

10041004
// parse a function type (following the 'fn')
1005-
pub fn parse_ty_fn_decl(&mut self, allow_variadic: bool) -> (P<fn_decl>, OptVec<ast::Lifetime>) {
1005+
pub fn parse_ty_fn_decl(&mut self, allow_variadic: bool)
1006+
-> (P<fn_decl>, OptVec<ast::Lifetime>) {
10061007
/*
10071008
10081009
(fn) <'lt> (S) -> T

0 commit comments

Comments
 (0)