]> git.lizzy.rs Git - rust.git/blobdiff - tests/target/paths.rs
Fix static async closure qualifier order
[rust.git] / tests / target / paths.rs
index da266389b6bc5fe60538f61eaf0105cf090f9a6b..0d2ba797eb793fc12d79229ce7bf884a0b5d6f98 100644 (file)
@@ -1,20 +1,23 @@
 // rustfmt-normalize_comments: true
 
 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,
-    );
+    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();
+    Quux::<
+        ParamOne, // Comment 1
+        ParamTwo, // Comment 2
+    >::some_func();
 
     <*mut JSObject>::relocate(entry);