summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/issue-4029.rs
blob: 314d018058857d834b02718a38d9affc90998bac (plain)
1
2
3
4
5
6
7
// issue #4029
#[derive(Debug, Clone, Default Hash)]
struct S;

// issue #3898
#[derive(Debug, Clone, Default,, Hash)]
struct T;