diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-05-20 19:41:26 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2021-05-20 19:41:26 +0100 |
commit | 8d713b3e462ce1ff5bdeebc5f2bb6f90310c69ac (patch) | |
tree | 024719fdb69de56eadad477026a2df230cf66a1f /crates/hir_expand | |
parent | 9b94a2781357e1965e33e7ca48bdbcd35e9b8dff (diff) | |
parent | 6f19484c93b1d3bcbef8a271443742a3db3e8fae (diff) |
Merge #8900
8900: internal: support `#[register_attr]` and `#[register_tool]` r=jonas-schievink a=jonas-schievink
Relatively straightforward since these are crate-local.
bors r+
Co-authored-by: Jonas Schievink <[email protected]>
Diffstat (limited to 'crates/hir_expand')
-rw-r--r-- | crates/hir_expand/src/name.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/hir_expand/src/name.rs b/crates/hir_expand/src/name.rs index 5a5dc9afd..ef67ea2e9 100644 --- a/crates/hir_expand/src/name.rs +++ b/crates/hir_expand/src/name.rs | |||
@@ -164,6 +164,8 @@ pub mod known { | |||
164 | doc, | 164 | doc, |
165 | cfg, | 165 | cfg, |
166 | cfg_attr, | 166 | cfg_attr, |
167 | register_attr, | ||
168 | register_tool, | ||
167 | // Components of known path (value or mod name) | 169 | // Components of known path (value or mod name) |
168 | std, | 170 | std, |
169 | core, | 171 | core, |