Use dummy implementation
This commit is contained in:
@@ -25,8 +25,9 @@ impl ProcMacroExpander {
|
|||||||
MacroCallKind::Attr(_, name) => name,
|
MacroCallKind::Attr(_, name) => name,
|
||||||
};
|
};
|
||||||
|
|
||||||
dbg!(name);
|
log::debug!("Proc-macro-expanding name = {}", name);
|
||||||
|
|
||||||
unimplemented!()
|
// Return nothing for now
|
||||||
|
return Ok(tt::Subtree::default());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user