Fix merge fallout of privacy changes

This commit is contained in:
Alex Crichton
2013-10-07 13:01:47 -07:00
parent 2c76cdae3e
commit 7cd6692425
13 changed files with 74 additions and 14 deletions

View File

@@ -1069,7 +1069,7 @@ fn test_try_fail() {
#[cfg(test)]
fn get_sched_id() -> int {
do Local::borrow |sched: &mut ::rt::sched::Scheduler| {
do Local::borrow |sched: &mut ::rt::shouldnt_be_public::Scheduler| {
sched.sched_id() as int
}
}