about summary refs log tree commit diff
path: root/tests/ui/lexer/unterminated-comment.stderr
blob: 6ab5441ee05ced38f3ef1b928af983f909547fb0 (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 1 previous error

For more information about this error, try `rustc --explain E0758`.