Skip to content

Commit 2325cab

Browse files
committed
minor: update old comments
No more lifetimes in function types after f945190
1 parent f92ce2e commit 2325cab

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/libsyntax/parse/parser.rs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1191,12 +1191,12 @@ impl<'a> Parser<'a> {
11911191
-> PResult<'a, TyKind> {
11921192
/*
11931193
1194-
[unsafe] [extern "ABI"] fn <'lt> (S) -> T
1195-
^~~~^ ^~~~^ ^~~~^ ^~^ ^
1196-
| | | | |
1197-
| | | | Return type
1198-
| | | Argument types
1199-
| | Lifetimes
1194+
[unsafe] [extern "ABI"] fn (S) -> T
1195+
^~~~^ ^~~~^ ^~^ ^
1196+
| | | |
1197+
| | | Return type
1198+
| | Argument types
1199+
| |
12001200
| ABI
12011201
Function Style
12021202
*/

0 commit comments

Comments
 (0)