]> git.lizzy.rs Git - rust.git/blob - tests/source/paths.rs
d2b4a66622acbcf0887eaae236370b5c20aa5b4b
[rust.git] / tests / source / paths.rs
1
2 fn main() {
3     // FIXME(#133): the list rewrite should fail and force a different format
4    let constellation_chan = Constellation::<layout::layout_task::LayoutTask,  script::script_task::ScriptTask> ::start(
5      compositor_proxy,
6      resource_task,
7      image_cache_task,font_cache_task,
8      time_profiler_chan,
9      mem_profiler_chan,
10      devtools_chan,
11      storage_task,
12      supports_clipboard
13     );
14
15      Quux::<ParamOne,   // Comment 1
16             ParamTwo,   // Comment 2
17                     >::some_func();
18
19     < *mut JSObject >:: relocate(entry);
20 }
21
22 fn op(foo: Bar, key : &[u8], upd : Fn(Option<&memcache::Item> , Baz  ) -> Result) -> MapResult {}