rust/tests/rustdoc/issue-38219.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
111 B
Rust
Raw Normal View History

// compile-flags:--test
// should-fail
/// ```
/// fail
/// ```
#[macro_export]
macro_rules! foo { () => {} }