Sign in
rust
/
rust-lang
/
rust
/
refs/heads/try
/
.
/
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
()
{}