]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_error_messages/locales/en-US/expand.ftl
Rollup merge of #99342 - TaKO8Ki:avoid-symbol-to-string-conversions, r=compiler-errors
[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