]> git.lizzy.rs Git - rust.git/blobdiff - tests/target/type_alias.rs
Update tests
[rust.git] / tests / target / type_alias.rs
index 97a88bb6372be4adf7d72c4c3ec8ae760b401e6b..5aef092934e1b336bde15ad74777df20098d77e3 100644 (file)
@@ -47,7 +47,8 @@
 
 pub type CommentTest<
     // Lifetime
-    'a, // Type
+    'a,
+    // Type
     T,
 > = ();