blob: a8553bd6bf3db0ad0d4930d6f1e15f55d943913e [file] [log] [blame]
// 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() { }