about summary refs log tree commit diff
path: root/tests/ui/rustdoc/unterminated-doc-comment.stderr
blob: f0b691333dc930c247ea098d4f85b43cbccb9074 (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`.