mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-02 15:56:09 +03:00
Use dummy implementation
This commit is contained in:
@@ -25,8 +25,9 @@ pub fn expand(
|
||||
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