mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
Thread proc-macro types through the HIR
This commit is contained in:
parent
f6da603c7f
commit
8c639a87bd
5 changed files with 34 additions and 10 deletions
|
@ -147,7 +147,7 @@ impl CrateDisplayName {
|
|||
#[derive(Debug, Copy, Clone, PartialEq, Eq, Hash)]
|
||||
pub struct ProcMacroId(pub u32);
|
||||
|
||||
#[derive(Copy, Clone, Eq, PartialEq, Debug)]
|
||||
#[derive(Copy, Clone, Eq, PartialEq, Debug, Hash)]
|
||||
pub enum ProcMacroKind {
|
||||
CustomDerive,
|
||||
FuncLike,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue