]> git.lizzy.rs Git - rust.git/blob - src/test/ui/range/range_traits-4.rs
Sync core::simd up to rust-lang/portable-simd@2e081db92aa3ee0a4563bc28ce01bdad5b1b2efd
[rust.git] / src / test / ui / range / range_traits-4.rs
1 // build-pass (FIXME(62277): could be check-pass?)
2
3 use std::ops::*;
4
5 #[derive(Copy, Clone)]
6 struct R(RangeTo<usize>);
7
8
9 fn main() {}