mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-22 03:44:24 +00:00
tests
This commit is contained in:
parent
3df383aa3c
commit
c7359945a4
7
tests/target/issue-4029.rs
Normal file
7
tests/target/issue-4029.rs
Normal file
@ -0,0 +1,7 @@
|
||||
// issue #4029
|
||||
#[derive(Debug, Clone, Default Hash)]
|
||||
struct S;
|
||||
|
||||
// issue #3898
|
||||
#[derive(Debug, Clone, Default,, Hash)]
|
||||
struct T;
|
8
tests/target/issue-4115.rs
Normal file
8
tests/target/issue-4115.rs
Normal file
@ -0,0 +1,8 @@
|
||||
#[derive(
|
||||
A,
|
||||
B,
|
||||
C,
|
||||
D,
|
||||
// E,
|
||||
)]
|
||||
fn foo() {}
|
Loading…
Reference in New Issue
Block a user