6 lines
262 B
Plaintext
6 lines
262 B
Plaintext
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
|