blob: 2d5e537973ea8155252e5500b45bbeadd14c95ea (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0758]: unterminated block doc-comment
--> $DIR/unterminated-doc-comment.rs:1:1
|
LL | /*!
| ^^^^^^^^^^^^^^^^^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0758`.
|