]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc/issue-38219.rs
Rollup merge of #103505 - notriddle:notriddle/rustdoc-self-closing-tags, r=GuillaumeGomez
[rust.git] / src / test / rustdoc / issue-38219.rs
1 // compile-flags:--test
2 // should-fail
3
4 /// ```
5 /// fail
6 /// ```
7 #[macro_export]
8 macro_rules! foo { () => {} }