Sign in
android
/
toolchain
/
rustc
/
32f7835b4f844d645621e83c89a3178ef87b0d69
/
.
/
src
/
test
/
ui
/
attributes
/
key-value-non-ascii.stderr
blob: 1d4b0d5b2b130e7dd5123e042de82cf692ccdb16 [
file
] [
log
] [
blame
]
error
:
non
-
ASCII character
in
byte
constant
-->
$DIR
/
key
-
value
-
non
-
ascii
.
rs
:
3
:
19
|
LL
|
#[rustc_dummy = b"ffi.rs"]
|
^
|
|
|
byte
constant must be ASCII
|
help
:
use
a \xHH escape
for
a non
-
ASCII
byte
:
`\xFB03`
error
:
aborting due to previous error