diff --git a/src/libsyntax/parse/parser.rs b/src/libsyntax/parse/parser.rs index 8908a5cb793b..80072cc4a4ec 100644 --- a/src/libsyntax/parse/parser.rs +++ b/src/libsyntax/parse/parser.rs @@ -1002,7 +1002,8 @@ impl Parser { } // parse a function type (following the 'fn') - pub fn parse_ty_fn_decl(&mut self, allow_variadic: bool) -> (P, OptVec) { + pub fn parse_ty_fn_decl(&mut self, allow_variadic: bool) + -> (P, OptVec) { /* (fn) <'lt> (S) -> T