]> git.lizzy.rs Git - rust.git/blobdiff - tests/source/trait.rs
Update tests
[rust.git] / tests / source / trait.rs
index 57cf4d799548ea026bbdc69143eda2697e8da916..7ed858a9ca6c9123216e039c225f978b2f27b55f 100644 (file)
@@ -53,3 +53,7 @@ trait Ttttttttttttttttttttttttttttttttttttttttttttttttttttttttttt<T> where T: Fo
 
 trait WhereList<T, J> where T: Foo, J: Bar {}
 
+trait X /* comment */ {}
+trait Y // comment
+{
+}