]> git.lizzy.rs Git - rust.git/blobdiff - tests/target/paths.rs
Fix empty body format, add fn_empty_single_line option, refactor block tests
[rust.git] / tests / target / paths.rs
index 4fa3a52fe6cb0c45a1259f3145a27f6ba92f828f..f1b142b3a5c46096e6d8d2096e17190cdd0e5ae8 100644 (file)
@@ -1,21 +1,22 @@
 
 fn main() {
-    // FIXME(#133): the list rewrite should fail and force a different format
-    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);
+    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();
 
     <*mut JSObject>::relocate(entry);
-}
 
-fn op(foo: Bar, key: &[u8], upd: Fn(Option<&memcache::Item>, Baz) -> Result) -> MapResult {
+    let x: Foo<A>;
 }
+
+fn op(foo: Bar, key: &[u8], upd: Fn(Option<&memcache::Item>, Baz) -> Result) -> MapResult {}