Sign in
rust
/
rust
/
7253b2ba610be3cfdfd391de9af8ec461a2dee27
/
.
/
tests
/
ui
/
parser
/
unicode-string-literal-syntax-error-64792.rs
blob: 21d1e078a8be4d3e17606eb02dd72ba459449116 [
file
]
// https://github.com/rust-lang/rust/issues/64792
struct
X
{}
const
Y
:
X
=
X
(
"รถ"
);
//~ ERROR cannot find function, tuple struct or tuple variant `X` in this scope
fn
main
()
{}