Skip to content

Commit

Permalink
Rollup merge of rust-lang#32727 - matklad:fix-comment, r=alexcrichton
Browse files Browse the repository at this point in the history
minor: update old comments

No more lifetimes in function types after rust-lang@f945190
  • Loading branch information
steveklabnik committed Apr 6, 2016
2 parents 028c067 + 2325cab commit ea28533
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/libsyntax/parse/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1188,12 +1188,12 @@ impl<'a> Parser<'a> {
-> PResult<'a, TyKind> {
/*
[unsafe] [extern "ABI"] fn <'lt> (S) -> T
^~~~^ ^~~~^ ^~~~^ ^~^ ^
| | | | |
| | | | Return type
| | | Argument types
| | Lifetimes
[unsafe] [extern "ABI"] fn (S) -> T
^~~~^ ^~~~^ ^~^ ^
| | | |
| | | Return type
| | Argument types
| |
| ABI
Function Style
*/
Expand Down

0 comments on commit ea28533

Please sign in to comment.