Introduce ExprKind::IncludedBytes

This commit is contained in:
clubby789
2022-10-31 18:30:09 +00:00
parent 84c3a959a7
commit 7ddd321ecd
+1
View File
@@ -207,6 +207,7 @@ pub fn ast(cx: &EarlyContext<'_>, expr: &ast::Expr, default: &'a str) -> Self {
| ast::ExprKind::InlineAsm(..)
| ast::ExprKind::ConstBlock(..)
| ast::ExprKind::Lit(..)
| ast::ExprKind::IncludedBytes(..)
| ast::ExprKind::Loop(..)
| ast::ExprKind::MacCall(..)
| ast::ExprKind::MethodCall(..)