]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc/issue-38219.rs
implement Hash for proc_macro::LineColumn
[rust.git] / tests / rustdoc / issue-38219.rs
1 // compile-flags:--test
2 // should-fail
3
4 /// ```
5 /// fail
6 /// ```
7 #[macro_export]
8 macro_rules! foo { () => {} }