blob: 72c6cecc88d6900a9ef4792978aec790848728e3 [file] [log] [blame]
use std::ops::*;
#[derive(Copy, Clone)]
struct R(RangeInclusive<usize>); //~ ERROR Copy
fn main() {}