You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.help_outer_doc = `///` is used for outer documentation comments; for a plain comment, use `//`
4
4
.help_inner_doc = `//!` is used for inner documentation comments; for a plain comment, use `//` by removing the `!` or inserting a space in between them: `// !`
5
5
6
+
expand_cfg_attr_no_attributes = `#[cfg_attr]` does not expand to any attributes
7
+
6
8
expand_collapse_debuginfo_illegal =
7
9
illegal value for attribute #[collapse_debuginfo(no|external|yes)]
8
10
@@ -78,6 +80,10 @@ expand_macro_body_stability =
78
80
.label = invalid body stability attribute
79
81
.label2 = body stability attribute affects this macro
0 commit comments