rust/tests/target/issue-4029.rs

8 lines
129 B
Rust
Raw Normal View History

2020-04-22 00:54:08 -05:00
// issue #4029
#[derive(Debug, Clone, Default Hash)]
struct S;
// issue #3898
#[derive(Debug, Clone, Default,, Hash)]
struct T;