Sign in
fuchsia
/
third_party
/
rust
/
79e46694de009c8c826cafecb85f2bd3377b303a
/
.
/
src
/
tools
/
rustfmt
/
tests
/
target
/
issue-5358.rs
blob: d4bf4909ad76f2fc4f9165d0dfc68bd5b4b1eefa [
file
]
// Test /* comment */ inside trait generics does not get duplicated.
trait
Test
<
/* comment */
T
>
{}
trait
TestTwo
<
/* comment */
T
,
/* comment */
V
>
{}