mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +00:00
Introduce ExprKind::IncludedBytes
This commit is contained in:
parent
84c3a959a7
commit
7ddd321ecd
@ -207,6 +207,7 @@ impl<'a> Sugg<'a> {
|
||||
| ast::ExprKind::InlineAsm(..)
|
||||
| ast::ExprKind::ConstBlock(..)
|
||||
| ast::ExprKind::Lit(..)
|
||||
| ast::ExprKind::IncludedBytes(..)
|
||||
| ast::ExprKind::Loop(..)
|
||||
| ast::ExprKind::MacCall(..)
|
||||
| ast::ExprKind::MethodCall(..)
|
||||
|
Loading…
Reference in New Issue
Block a user