Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
issues
/
issue-4875.rs
blob: 3b09331873cce36c0ea5cb7f23acae18ee997324 [
file
] [
log
] [
blame
] [
edit
]
//@ run-pass
#![
allow
(
dead_code
)]
// regression test for issue 4875
//@ pretty-expanded FIXME #23616
pub
struct
Foo
<
T
>
{
data
:
T
,
}
fn
foo
<
T
>(
Foo
{..}:
Foo
<
T
>)
{
}
pub
fn
main
()
{
}