Sign in
◑
Theme
rust
/
rust
/
0ae3fd93a3a91460c1957fa38fa9514decbcdf23
/
.
/
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
()
{}