Skip to content

Commit

Permalink
Improvements: Improving the description of the test cases.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmj0502 authored and ytmimi committed Jul 17, 2022
1 parent bc145d4 commit a17dfb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/target/issue-5358.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Test /* comment */ inside trait generics gets duplicated.
// Test /* comment */ inside trait generics does not get duplicated.
trait Test</* comment */ T> {}

trait TestTwo</* comment */ T, /* comment */ V> {}

0 comments on commit a17dfb2

Please sign in to comment.