]> git.lizzy.rs Git - rust.git/blobdiff - tests/target/paths.rs
Fix static async closure qualifier order
[rust.git] / tests / target / paths.rs
index 9b48dd9a470b6d483c259b853ae0a03c802c524a..0d2ba797eb793fc12d79229ce7bf884a0b5d6f98 100644 (file)
@@ -14,7 +14,10 @@ fn main() {
             supports_clipboard,
         );
 
-    Quux::<ParamOne /* Comment 1 */, ParamTwo /* Comment 2 */>::some_func();
+    Quux::<
+        ParamOne, // Comment 1
+        ParamTwo, // Comment 2
+    >::some_func();
 
     <*mut JSObject>::relocate(entry);