pub struct Scheduler {
/// The event loop used to drive the scheduler and perform I/O
priv event_loop: ~UvSchedEventLoop
}
pub fn main() { }
Results in 'obsolete syntax: class method', pointing at priv. This syntax error is old and should be removed.
Results in 'obsolete syntax: class method', pointing at
priv. This syntax error is old and should be removed.