mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 20:42:04 +00:00
Retain types of proc macros and allow attr. macros
This commit is contained in:
parent
e8a19e24ea
commit
fb21a215be
6 changed files with 30 additions and 22 deletions
|
@ -19,7 +19,7 @@ pub struct ListMacrosTask {
|
|||
pub lib: PathBuf,
|
||||
}
|
||||
|
||||
#[derive(Clone, Eq, PartialEq, Debug, Serialize, Deserialize)]
|
||||
#[derive(Copy, Clone, Eq, PartialEq, Debug, Serialize, Deserialize)]
|
||||
pub enum ProcMacroKind {
|
||||
CustomDerive,
|
||||
FuncLike,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue