mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-02 11:37:50 +00:00
10 lines
129 B
Rust
10 lines
129 B
Rust
// build-pass (FIXME(62277): could be check-pass?)
|
|
|
|
use std::ops::*;
|
|
|
|
#[derive(Copy, Clone)]
|
|
struct R(RangeFull);
|
|
|
|
|
|
fn main() {}
|