]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_error_messages/locales/en-US/expand.ftl
Auto merge of #98637 - cjgillot:bare-trait-anon-lt, r=petrochenkov
[rust.git] / compiler / rustc_error_messages / locales / en-US / expand.ftl
1 expand-explain-doc-comment-outer =
2     outer doc comments expand to `#[doc = "..."]`, which is what this macro attempted to match
3
4 expand-explain-doc-comment-inner =
5     inner doc comments expand to `#![doc = "..."]`, which is what this macro attempted to match