]> git.proxmox.com Git - rustc.git/blame - compiler/rustc_error_messages/locales/en-US/expand.ftl
New upstream version 1.64.0+dfsg1
[rustc.git] / compiler / rustc_error_messages / locales / en-US / expand.ftl
CommitLineData
064997fb
FG
1expand-explain-doc-comment-outer =
2 outer doc comments expand to `#[doc = "..."]`, which is what this macro attempted to match
3
4expand-explain-doc-comment-inner =
5 inner doc comments expand to `#![doc = "..."]`, which is what this macro attempted to match