]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc/issue-38219.rs
Rollup merge of #103766 - lukas-code:error-in-core, r=Dylan-DPC
[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 { () => {} }