Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
ab1f382ca8fa4a4c0dde58679207f9bec394fa0e
/
.
/
tests
/
rustdoc-ui
/
nested-macro-rules-47639.rs
blob: 32c4e7b10b43f56f6042cf8e24a28217569a13b8 [
file
] [
log
] [
blame
]
//@ check-pass
// This should not ICE
// https://github.com/rust-lang/rust/issues/47639
pub
fn
test
()
{
macro_rules
!
foo
{
()
=>
()
}
}