summaryrefslogtreecommitdiffstats
path: root/compiler/rustc_error_messages/locales/en-US/expand.ftl
blob: 8d506a3ea8bbc64ee4d9c2cc23cd2a423e1eea8c (plain)
1
2
3
4
5
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