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
inline_fluent!("the inner doc comment doesn't annotate this {$item}")
221
+
}
222
+
},
223
+
);
215
224
if suggest_to_outer {
216
225
err.span_suggestion_verbose(
217
226
replacement_span,
218
-
inline_fluent!("BROKEN"),
227
+
match attr_type {
228
+
OuterAttributeType::Attribute => inline_fluent!("to annotate the {$item}, change the attribute from inner to outer style"),
229
+
OuterAttributeType::DocComment | OuterAttributeType::DocBlockComment => inline_fluent!("to annotate the {$item}, change the doc comment from inner to outer style"),
0 commit comments