Skip to content

Commit ea28533

Browse files
committed
Rollup merge of rust-lang#32727 - matklad:fix-comment, r=alexcrichton
minor: update old comments No more lifetimes in function types after rust-lang@f945190
2 parents 028c067 + 2325cab commit ea28533

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
@@ -1188,12 +1188,12 @@ impl<'a> Parser<'a> {
11881188
-> PResult<'a, TyKind> {
11891189
/*
11901190
1191-
[unsafe] [extern "ABI"] fn <'lt> (S) -> T
1192-
^~~~^ ^~~~^ ^~~~^ ^~^ ^
1193-
| | | | |
1194-
| | | | Return type
1195-
| | | Argument types
1196-
| | Lifetimes
1191+
[unsafe] [extern "ABI"] fn (S) -> T
1192+
^~~~^ ^~~~^ ^~^ ^
1193+
| | | |
1194+
| | | Return type
1195+
| | Argument types
1196+
| |
11971197
| ABI
11981198
Function Style
11991199
*/

0 commit comments

Comments
 (0)