2024-10-30 16:47:47 -07:00
|
|
|
//@ reference: input.encoding.utf8
|
|
|
|
|
//@ reference: input.encoding.invalid
|
2012-07-25 14:58:48 -07:00
|
|
|
|
|
|
|
|
fn foo() {
|
2025-01-15 21:24:31 +00:00
|
|
|
include!("not-utf8.bin");
|
2025-03-29 02:41:32 +03:00
|
|
|
//~^ ERROR couldn't read `$DIR/not-utf8.bin`: stream did not contain valid UTF-8
|
2012-07-25 14:58:48 -07:00
|
|
|
}
|