rust/tests/target/issue-4029.rs
Adam H. Leventhal c7359945a4 tests
2020-11-29 13:26:58 -06:00

8 lines
129 B
Rust

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