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