This commit is contained in:
Adam H. Leventhal 2020-04-21 22:54:08 -07:00 committed by Caleb Cartwright
parent 3df383aa3c
commit c7359945a4
2 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,7 @@
// issue #4029
#[derive(Debug, Clone, Default Hash)]
struct S;
// issue #3898
#[derive(Debug, Clone, Default,, Hash)]
struct T;

View File

@ -0,0 +1,8 @@
#[derive(
A,
B,
C,
D,
// E,
)]
fn foo() {}