]> git.lizzy.rs Git - rust.git/blob - tests/ui/unterminated-nested-comment.stderr
fn-trait-closure test now pass on new solver
[rust.git] / tests / ui / unterminated-nested-comment.stderr
1 error[E0758]: unterminated block comment
2   --> $DIR/unterminated-nested-comment.rs:1:1
3    |
4 LL |   /*
5    |   ^-
6    |   |
7    |  _unterminated block comment
8    | |
9 LL | | /* */
10 LL | | /*
11    | | --
12    | | |
13    | | ...as last nested comment starts here, maybe you want to close this instead?
14 LL | | */
15    | |_--^
16    |   |
17    |   ...and last nested comment terminates here.
18
19 error: aborting due to previous error
20
21 For more information about this error, try `rustc --explain E0758`.