From 92587e41d9096bc9eb74f40b93422026a8a57d4e Mon Sep 17 00:00:00 2001 From: Mazdak Farrokhzad Date: Mon, 17 Jun 2019 00:45:09 +0200 Subject: let_chains: readd kw::let to ident_can_begin_expr. --- src/libsyntax/parse/token.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/libsyntax/parse') diff --git a/src/libsyntax/parse/token.rs b/src/libsyntax/parse/token.rs index eec09c08702..ebd0decacb5 100644 --- a/src/libsyntax/parse/token.rs +++ b/src/libsyntax/parse/token.rs @@ -135,8 +135,7 @@ pub(crate) fn ident_can_begin_expr(name: ast::Name, span: Span, is_raw: bool) -> kw::False, kw::For, kw::If, - // FIXME(53667): Consider whether `Let` can be added here. - // kw::Let, + kw::Let, kw::Loop, kw::Match, kw::Move, -- cgit 1.4.1-3-g733a5