mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-09 05:23:07 +00:00
Use dummy implementation
This commit is contained in:
parent
34dc8d25c1
commit
519dc15cb1
@ -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());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user