rust/tests/target/issue-4984/should_not_change.rs

6 lines
81 B
Rust

#[derive(Clone, Debug, Eq, PartialEq)]
struct Foo;
#[derive(Clone)]
struct Bar;