rust/compiler/rustc_error_messages/locales/en-US/expand.ftl
2022-07-10 23:43:46 +00:00

6 lines
262 B
Plaintext

expand-explain-doc-comment-outer =
outer doc comments expand to `#[doc = "..."]`, which is what this macro attempted to match
expand-explain-doc-comment-inner =
inner doc comments expand to `#![doc = "..."]`, which is what this macro attempted to match