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.
1 parent 834960d commit d8ca817Copy full SHA for d8ca817
crates/ra_proc_macro/src/rpc.rs
@@ -39,10 +39,10 @@ pub struct ExpansionTask {
39
#[serde(with = "SubtreeDef")]
40
pub macro_body: Subtree,
41
42
- /// Names of macros to expand. // TODO: are they comma-separated?
+ /// Name of macro to expand.
43
///
44
- /// In custom derive those are names of derived traits (`Serialize`, `Getters`, etc.). In
45
- /// attribute-like and function-like macros - single name of macro itself (`show_streams`).
+ /// In custom derive this is the name of the derived trait (`Serialize`, `Getters`, etc.).
+ /// In attribute-like and function-like macros - single name of macro itself (`show_streams`).
46
pub macro_name: String,
47
48
/// Possible attributes for the attribute-like macros.
0 commit comments