2022-04-13 18:22:02 +00:00
|
|
|
error[E0758]: unterminated block comment
|
|
|
|
--> $DIR/unterminated-nested-comment.rs:1:1
|
|
|
|
|
|
|
|
|
LL | /*
|
|
|
|
| ^-
|
|
|
|
| |
|
|
|
|
| _unterminated block comment
|
|
|
|
| |
|
|
|
|
LL | | /* */
|
|
|
|
LL | | /*
|
|
|
|
| | --
|
|
|
|
| | |
|
|
|
|
| | ...as last nested comment starts here, maybe you want to close this instead?
|
|
|
|
LL | | */
|
2024-07-09 17:00:19 +00:00
|
|
|
| |_-^
|
2022-04-13 18:22:02 +00:00
|
|
|
| |
|
2022-04-14 12:18:27 +00:00
|
|
|
| ...and last nested comment terminates here.
|
2022-04-13 18:22:02 +00:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2022-04-13 18:22:02 +00:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0758`.
|