File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
trunk/src/libsyntax/parse Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 460ea922f32a47bd1497706ef58ed851a0d02987
2
+ refs/heads/master: 8b088d493cdb38f47cd548469554e772d0331628
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: a6d3e57dca68fde4effdda3e4ae2887aa535fcd6
5
5
refs/heads/try: b160761e35efcd1207112b3b782c06633cf441a8
Original file line number Diff line number Diff line change @@ -1002,7 +1002,8 @@ impl Parser {
1002
1002
}
1003
1003
1004
1004
// 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 > ) {
1006
1007
/*
1007
1008
1008
1009
(fn) <'lt> (S) -> T
You can’t perform that action at this time.
0 commit comments