Sign in
rust
/
rust
/
HEAD
/
.
/
tests
/
ui
/
parser
/
unbalanced-doublequote-2.stderr
blob: 3a6efaf7d4ec4191adbf73641ae60c0f128f9140 [
file
] [
log
] [
blame
]
error
[
E0765
]:
unterminated
double
quote
string
-->
$DIR
/
unbalanced
-
doublequote
-
2.rs
:
3
:
8
|
LL
|
"😊"";
| _________^
LL | | }
| |__^
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0765`.