Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ahl authored and calebcartwright committed Nov 29, 2020
1 parent 9702d8a commit 3195942
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/target/issue-4029.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// issue #4029
#[derive(Debug, Clone, Default Hash)]
struct S;

// issue #3898
#[derive(Debug, Clone, Default,, Hash)]
struct T;
8 changes: 8 additions & 0 deletions tests/target/issue-4115.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#[derive(
A,
B,
C,
D,
// E,
)]
fn foo() {}

0 comments on commit 3195942

Please sign in to comment.