]> git.lizzy.rs Git - rust.git/blob - tests/source/issue-2641.rs
do not format a code block in documentation if it is annotated with ignore or text...
[rust.git] / tests / source / issue-2641.rs
1 macro_rules! a {
2     () => {{}}
3 }