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.
1 parent f92ce2e commit 2325cabCopy full SHA for 2325cab
src/libsyntax/parse/parser.rs
@@ -1191,12 +1191,12 @@ impl<'a> Parser<'a> {
1191
-> PResult<'a, TyKind> {
1192
/*
1193
1194
- [unsafe] [extern "ABI"] fn <'lt> (S) -> T
1195
- ^~~~^ ^~~~^ ^~~~^ ^~^ ^
1196
- | | | | |
1197
- | | | | Return type
1198
- | | | Argument types
1199
- | | Lifetimes
+ [unsafe] [extern "ABI"] fn (S) -> T
+ ^~~~^ ^~~~^ ^~^ ^
+ | | | |
+ | | | Return type
+ | | Argument types
+ | |
1200
| ABI
1201
Function Style
1202
*/
0 commit comments