mirror of
https://github.com/servo/servo.git
synced 2025-10-08 04:29:24 +01:00
Rust upgrade for new master rebase
This commit is contained in:
parent
fe22598c56
commit
a6100563a6
39 changed files with 115 additions and 165 deletions
|
@ -143,18 +143,6 @@ fn create_resource_task_with_loaders(loaders: ~[(~str, LoaderTaskFactory)]) -> R
|
|||
ResourceManager(port, loaders).start();
|
||||
});
|
||||
setup_port.recv()
|
||||
|
||||
// FIXME: code cloned from spawn_listener due to:
|
||||
// error: internal compiler error: cannot relate bound region: ReLateBound(6270, BrNamed(syntax::ast::DefId{krate: 0u32, node: 6294u32}, a)) <= ReInfer(1)
|
||||
//This message reflects a bug in the Rust compiler.
|
||||
|
||||
/*
|
||||
let chan = spawn_listener("ResourceManager", proc(from_client) {
|
||||
// TODO: change copy to move once we can move out of closures
|
||||
ResourceManager(from_client, loaders).start()
|
||||
});
|
||||
chan
|
||||
*/
|
||||
}
|
||||
|
||||
pub struct ResourceManager {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue