Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
macros
/
not-utf8.rs
blob: 1cb1fdcb8c96d4328feab9bd91943c8403880902 [
file
] [
log
] [
blame
]
// error-pattern: did not contain valid UTF-8
fn
foo
()
{
include
!(
"not-utf8.bin"
)
}