]> git.lizzy.rs Git - rust.git/blobdiff - tests/target/comment.rs
Tidy up and pass tests
[rust.git] / tests / target / comment.rs
index f6de70a16ad31cbf8d10359eb7ccbf8ab6cf68db..5abf5369066ca4875b3c2a1880745dfab2e16ad9 100644 (file)
@@ -86,3 +86,10 @@ fn some_fn4()
 // some comment
 {
 }
+
+// #1603
+pub enum Foo {
+    A, // `/** **/`
+    B, // `/*!`
+    C,
+}