rust/src/test/ui/unterminated-comment.stderr
2020-06-07 14:57:57 +02:00

9 lines
226 B
Text

error[E0758]: unterminated block comment
--> $DIR/unterminated-comment.rs:1:1
|
LL | /*
| ^^^^^^^^^^^^^^^^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0758`.