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