rust/tests/ui/deriving/deriving-bounds.rs

6 lines
69 B
Rust
Raw Permalink Normal View History

//@ check-pass
2015-03-30 13:38:27 +00:00
#[derive(Copy, Clone)]
struct Test;
pub fn main() {}