]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/unbalanced-doublequote.stderr
Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d' into update_cg_clif-2020...
[rust.git] / src / test / ui / parser / unbalanced-doublequote.stderr
1 error[E0765]: unterminated double quote string
2   --> $DIR/unbalanced-doublequote.rs:5:5
3    |
4 LL | /     "
5 LL | | }
6    | |__^
7
8 error: aborting due to previous error
9
10 For more information about this error, try `rustc --explain E0765`.