Sign in
rust
/
rust
/
e8a00a7621606f8c4a34b679cefaaa6aecf2442e
/
.
/
tests
/
ui
/
issues
/
issue-47380.rs
blob: 61e096622252bc564739603be2e396573c846efe [
file
]
fn
main
()
{
let
b
=
"hello"
;
println
!(
"🦀🦀🦀🦀🦀"
);
let
_a
=
b
+
", World!"
;
//~^ ERROR E0369
}