]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc/issue-38219.rs
rustdoc-json: Make the `fns/generics.rs` test much more robust
[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 { () => {} }