Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
issues
/
issue-6557.rs
blob: 757e9608f1a1f2152b095dfe92e8040e92927304 [
file
] [
log
] [
blame
]
// check-pass
#![
allow
(
dead_code
)]
// pretty-expanded FIXME #23616
#![
feature
(
box_patterns
)]
fn
foo
(
box
(
_x
,
_y
):
Box
<(
isize
,
isize
)>)
{}
pub
fn
main
()
{}