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