Skip to content

Commit

Permalink
minor: update old comments
Browse files Browse the repository at this point in the history
No more lifetimes in function types after
f945190
  • Loading branch information
matklad committed Apr 4, 2016
1 parent f92ce2e commit 2325cab
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/libsyntax/parse/parser.rs
Expand Up @@ -1191,12 +1191,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 2325cab

Please sign in to comment.