2015-08-14 07:09:19 -05:00
|
|
|
|
|
|
|
fn main() {
|
|
|
|
let constellation_chan = Constellation::<layout::layout_task::LayoutTask, script::script_task::ScriptTask> ::start(
|
|
|
|
compositor_proxy,
|
|
|
|
resource_task,
|
|
|
|
image_cache_task,font_cache_task,
|
|
|
|
time_profiler_chan,
|
|
|
|
mem_profiler_chan,
|
|
|
|
devtools_chan,
|
|
|
|
storage_task,
|
|
|
|
supports_clipboard
|
|
|
|
);
|
|
|
|
|
|
|
|
Quux::<ParamOne, // Comment 1
|
|
|
|
ParamTwo, // Comment 2
|
|
|
|
>::some_func();
|
2015-09-06 16:18:27 -05:00
|
|
|
|
|
|
|
< *mut JSObject >:: relocate(entry);
|
2015-11-14 15:52:43 -06:00
|
|
|
|
|
|
|
let x: Foo/*::*/<A >;
|
2015-08-14 07:09:19 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
fn op(foo: Bar, key : &[u8], upd : Fn(Option<&memcache::Item> , Baz ) -> Result) -> MapResult {}
|