rust/compiler/rustc_error_messages/locales/en-US/expand.ftl

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
262 B
Plaintext
Raw Normal View History

2022-07-07 22:21:49 -05:00
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