blob: 2d96c606b16361b8057d0f73f0107bbd2a18ade9 (
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 1 previous error
For more information about this error, try `rustc --explain E0758`.
|