Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
issues
/
issue-64792-bad-unicode-ctor.rs
blob: f1427ef46e928a9ab64f81a5f5a1aa70c49b8036 [
file
] [
log
] [
blame
] [
edit
]
struct
X
{}
const
Y
:
X
=
X
(
"รถ"
);
//~ ERROR expected function, tuple struct or tuple variant, found struct `X`
fn
main
()
{}