Sign in
rust
/
rust-lang
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
ui
/
macros
/
not-utf8.rs
blob: 0993c0688605f46582a6de5fd8bc15b4ea560d2f [
file
] [
log
] [
blame
]
//@ reference: input.encoding.utf8
//@ reference: input.encoding.invalid
fn
foo
()
{
include
!(
"not-utf8.bin"
);
//~^ ERROR couldn't read `$DIR/not-utf8.bin`: stream did not contain valid UTF-8
}