summaryrefslogtreecommitdiffstats
path: root/src/test/ui/issues/issue-4830.rs
blob: a8553bd6bf3db0ad0d4930d6f1e15f55d943913e (plain)
1
2
3
4
5
6
7
8
9
10
11
// check-pass
#![allow(dead_code)]

// pretty-expanded FIXME #23616

pub struct Scheduler {
    /// The event loop used to drive the scheduler and perform I/O
    event_loop: Box<isize>
}

pub fn main() { }