mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-14 06:15:27 +00:00
Consider ADT generic parameter defaults for unsubstituted layout calculations
This commit is contained in:
parent
c3b8c2a254
commit
86967032f7
4 changed files with 61 additions and 10 deletions
|
@ -37,7 +37,7 @@ pub enum ProcMacroKind {
|
|||
CustomDerive,
|
||||
Attr,
|
||||
// This used to be called FuncLike, so that's what the server expects currently.
|
||||
#[serde(alias = "bang")]
|
||||
#[serde(alias = "Bang")]
|
||||
#[serde(rename(serialize = "FuncLike", deserialize = "FuncLike"))]
|
||||
Bang,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue