mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
Support #[register_attr]
and #[register_tool]
This commit is contained in:
parent
df824c2f81
commit
6f19484c93
3 changed files with 94 additions and 32 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue