We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
func_like
FuncLike
1 parent 6f54ebb commit 966d387Copy full SHA for 966d387
crates/proc-macro-api/src/lib.rs
@@ -38,7 +38,7 @@ pub enum ProcMacroKind {
38
Attr,
39
// This used to be called FuncLike, so that's what the server expects currently.
40
#[serde(alias = "bang")]
41
- #[serde(rename(serialize = "func_like", deserialize = "func_like"))]
+ #[serde(rename(serialize = "FuncLike", deserialize = "FuncLike"))]
42
Bang,
43
}
44
0 commit comments