Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir-expand/src/eager.rs')
-rw-r--r--crates/hir-expand/src/eager.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/crates/hir-expand/src/eager.rs b/crates/hir-expand/src/eager.rs
index a19f58709b..f8a560834a 100644
--- a/crates/hir-expand/src/eager.rs
+++ b/crates/hir-expand/src/eager.rs
@@ -246,7 +246,8 @@ fn eager_macro_recur(
| MacroDefKind::BuiltIn(..)
| MacroDefKind::BuiltInAttr(..)
| MacroDefKind::BuiltInDerive(..)
- | MacroDefKind::ProcMacro(..) => {
+ | MacroDefKind::ProcMacro(..)
+ | MacroDefKind::UnimplementedBuiltIn(..) => {
let ExpandResult { value: (parse, tm), err } = lazy_expand(
db,
&def,