]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_error_messages/locales/en-US/expand.ftl
Add 'src/tools/rust-analyzer/' from commit '977e12a0bdc3e329af179ef3a9d466af9eb613bb'
[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