rust/tests/rustdoc/doctest/doctest-macro-38219.rs

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

11 lines
164 B
Rust
Raw Normal View History

2023-11-21 02:50:25 +08:00
// https://github.com/rust-lang/rust/issues/38219
//@ compile-flags:--test
//@ should-fail
/// ```
/// fail
/// ```
#[macro_export]
macro_rules! foo { () => {} }