We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 028c067 + 2325cab commit ea28533Copy full SHA for ea28533
src/libsyntax/parse/parser.rs
@@ -1188,12 +1188,12 @@ impl<'a> Parser<'a> {
1188
-> PResult<'a, TyKind> {
1189
/*
1190
1191
- [unsafe] [extern "ABI"] fn <'lt> (S) -> T
1192
- ^~~~^ ^~~~^ ^~~~^ ^~^ ^
1193
- | | | | |
1194
- | | | | Return type
1195
- | | | Argument types
1196
- | | Lifetimes
+ [unsafe] [extern "ABI"] fn (S) -> T
+ ^~~~^ ^~~~^ ^~^ ^
+ | | | |
+ | | | Return type
+ | | Argument types
+ | |
1197
| ABI
1198
Function Style
1199
*/
0 commit comments