]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc/issue-38219.rs
Rollup merge of #93755 - ChayimFriedman2:allow-comparing-vecs-with-different-allocato...
[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 { () => {} }