Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
rustdoc
/
doctest
/
doctest-macro-38219.rs
blob: 574e84523783ec3d3cc8d7400caa06a95c7ffac1 [
file
] [
log
] [
blame
] [
edit
]
// https://github.com/rust-lang/rust/issues/38219
//@ compile-flags:--test
//@ should-fail
/// ```
/// fail
/// ```
#[
macro_export
]
macro_rules
!
foo
{
()
=>
{}
}