Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit c735994

Browse files
ahlcalebcartwright
authored andcommitted
tests
1 parent 3df383a commit c735994

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

tests/target/issue-4029.rs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// issue #4029
2+
#[derive(Debug, Clone, Default Hash)]
3+
struct S;
4+
5+
// issue #3898
6+
#[derive(Debug, Clone, Default,, Hash)]
7+
struct T;

tests/target/issue-4115.rs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#[derive(
2+
A,
3+
B,
4+
C,
5+
D,
6+
// E,
7+
)]
8+
fn foo() {}

0 commit comments

Comments
 (0)