use std::ops::*; #[derive(Copy, Clone)] //~ ERROR Copy struct R(RangeInclusive); fn main() {}