We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7788cb8 commit ec81d92Copy full SHA for ec81d92
src/test/ui/unterminated-comment.rs
@@ -0,0 +1 @@
1
+/* //~ ERROR E0758
src/test/ui/unterminated-comment.stderr
@@ -0,0 +1,9 @@
+error[E0758]: unterminated block comment
2
+ --> $DIR/unterminated-comment.rs:1:1
3
+ |
4
+LL | /*
5
+ | ^^^^^^^^^^^^^^^^^^^
6
+
7
+error: aborting due to previous error
8
9
+For more information about this error, try `rustc --explain E0758`.
src/test/ui/unterminated-doc-comment.rs
+/*! //~ ERROR E0758
src/test/ui/unterminated-doc-comment.stderr
+error[E0758]: unterminated block doc-comment
+ --> $DIR/unterminated-doc-comment.rs:1:1
+LL | /*!
+ | ^^^^^^^^^^^^^^^^^^^^
0 commit comments