blob: c513fafeeb35c50ba91d0a4528359fbafe4f112e (
plain)
1
2
3
4
5
6
7
8
9
|
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`.
|