]> git.lizzy.rs Git - rust.git/blob - tests/target/paths.rs
c358104e1fa76b9cbbca349e0cd3148cf7c6f55b
[rust.git] / tests / target / 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,
5                                              script::script_task::ScriptTask>::start(compositor_proxy,
6                                                                                      resource_task,
7                                                                                      image_cache_task,
8                                                                                      font_cache_task,
9                                                                                      time_profiler_chan,
10                                                                                      mem_profiler_chan,
11                                                                                      devtools_chan,
12                                                                                      storage_task,
13                                                                                      supports_clipboard);
14
15     Quux::<ParamOne /* Comment 1 */, ParamTwo /* Comment 2 */>::some_func();
16
17     AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA::BBBBBBBBBBBBBBBBBBBBBBBBBBBB::CCCCCCCCCCCCCCCCCCCCCC::quux();
18 }
19
20 fn op(foo: Bar, key: &[u8], upd: Fn(Option<&memcache::Item>, Baz) -> Result) -> MapResult {
21 }