2019-11-03 18:00:00 -06:00
|
|
|
// check-pass
|
2018-09-25 16:51:35 -05:00
|
|
|
#![allow(dead_code)]
|
2014-05-05 20:56:44 -05:00
|
|
|
|
2015-03-22 15:13:15 -05:00
|
|
|
// pretty-expanded FIXME #23616
|
|
|
|
|
2013-02-09 07:00:55 -06:00
|
|
|
pub struct Scheduler {
|
|
|
|
/// The event loop used to drive the scheduler and perform I/O
|
2015-03-25 19:06:52 -05:00
|
|
|
event_loop: Box<isize>
|
2013-02-09 07:00:55 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
pub fn main() { }
|