Support #[register_attr] and #[register_tool]

This commit is contained in:
Jonas Schievink 2021-05-20 20:40:02 +02:00
parent df824c2f81
commit 6f19484c93
3 changed files with 94 additions and 32 deletions

View file

@ -164,6 +164,8 @@ pub mod known {
doc,
cfg,
cfg_attr,
register_attr,
register_tool,
// Components of known path (value or mod name)
std,
core,