add name resolution from the old impl
unlike the old impl, this also handles macro imports across crates
This commit is contained in:
@@ -2108,6 +2108,7 @@ impl ToOwned for MacroCall {
|
||||
|
||||
|
||||
impl ast::NameOwner for MacroCall {}
|
||||
impl ast::AttrsOwner for MacroCall {}
|
||||
impl MacroCall {
|
||||
pub fn token_tree(&self) -> Option<&TokenTree> {
|
||||
super::child_opt(self)
|
||||
|
||||
Reference in New Issue
Block a user