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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
69 B
Rust
Raw Normal View History

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