Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ahl committed Apr 22, 2020
1 parent 2c4ec8f commit e4de4b3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
7 changes: 7 additions & 0 deletions rustfmt-core/rustfmt-lib/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 rustfmt-core/rustfmt-lib/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 e4de4b3

Please sign in to comment.