Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
refs/heads/upstream/master
/
.
/
tests
/
crashes
/
140479.rs
blob: ed3ca887546f960039cca06d2c4e2e03d0d683df [
file
] [
log
] [
blame
] [
edit
]
//@ known-bug: #140479
macro_rules
!
a
{
(
$
(
{
$
[
$b
:
c
]
}
))
=>
(
$
(
$
{
concat
(
d
,
$b
)}
))}
fn
e
()
{
a
!({})
}