Sign in
rust
/
rust
/
refs/heads/lcnr/rustc-dev-guide
/
.
/
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
>
{}