rust/tests/ui/rustdoc/unterminated-doc-comment.stderr

10 lines
238 B
Plaintext
Raw Normal View History

2020-06-02 07:16:46 -05:00
error[E0758]: unterminated block doc-comment
--> $DIR/unterminated-doc-comment.rs:1:1
|
LL | /*!
| ^^^^^^^^^^^^^^^^^^^^
error: aborting due to 1 previous error
2020-06-02 07:16:46 -05:00
For more information about this error, try `rustc --explain E0758`.