]> git.lizzy.rs Git - rust.git/blobdiff - tests/target/trailing_commas.rs
Tidy up and pass tests
[rust.git] / tests / target / trailing_commas.rs
index 93fcc0f2cb1712870e34610ce3d1110a7cee75c4..61b82035450819aa628277a112f2580fae08f04a 100644 (file)
@@ -66,7 +66,8 @@ enum E<
     T,
 > where
     T: P,
-    T: Q = Pair<
+    T: Q,
+= Pair<
     T, T,
 >;