You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: compiler/rustc_ast/src/token.rs
+2-1
Original file line number
Diff line number
Diff line change
@@ -904,7 +904,8 @@ impl Token {
904
904
self.is_non_raw_ident_where(|id| id.name == kw)
905
905
}
906
906
907
-
/// Returns `true` if the token is a given keyword, `kw` or if `case` is `Insensitive` and this token is an identifier equal to `kw` ignoring the case.
907
+
/// Returns `true` if the token is a given keyword, `kw` or if `case` is `Insensitive` and this
908
+
/// token is an identifier equal to `kw` ignoring the case.
0 commit comments