Skip to content

Commit

Permalink
Add test cases for rust-lang#4714
Browse files Browse the repository at this point in the history
  • Loading branch information
whizsid committed Feb 22, 2021
1 parent 73f8fe3 commit 345298f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/source/issue-4714.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
struct Something {
field: u32/*a*/,/*b*/
}
4 changes: 4 additions & 0 deletions tests/target/issue-4714.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
struct Something {
field: u32, /*a*/
/*b*/
}

0 comments on commit 345298f

Please sign in to comment.