Sign in
fuchsia
/
third_party
/
rust
/
5a2fceefd312ec027bdeaa89ebefbe4c33d94de1
/
.
/
tests
/
ui
/
impl-trait
/
struct-field-fragment-in-name.rs
blob: b98cd864ccb466b2ce5d856f0cb498aeabe91a45 [
file
]
//@ check-pass
trait
Trait
<
T
>
{}
fn
a
(
_
:
impl
Trait
<
[();
{
struct
D
{
#[
rustfmt
::
skip
]
bar
:
(),
}
0
}],
>)
{
}
fn
main
()
{}