Auto merge of #6336 - giraffate:sync-from-rust, r=flip1995

Rustup

changelog: none
This commit is contained in:
bors 2020-11-16 08:23:27 +00:00
commit df3bb5881d
3 changed files with 8 additions and 3 deletions

View file

@ -170,6 +170,7 @@ impl<'a> Sugg<'a> {
| ast::ExprKind::MacCall(..)
| ast::ExprKind::MethodCall(..)
| ast::ExprKind::Paren(..)
| ast::ExprKind::Underscore
| ast::ExprKind::Path(..)
| ast::ExprKind::Repeat(..)
| ast::ExprKind::Ret(..)