index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
run-pass
/
expr-block-ref.rs
blob: 591072987823633d58f45b5d2f3d494e2c5e1a87 (
plain
)
1
2
// Regression test for issue #388
fn
main
()
{
let
x
=
{
{
@
10
}
};
}