blob: 39948bebe0be6a650204f0b3666b9d47b30caa46 [file]
//@ check-pass
use std::ops::*;
#[derive(Copy, Clone)]
struct R(RangeTo<usize>);
fn main() {}