6 lines
74 B
Rust
6 lines
74 B
Rust
// error-pattern: is not UTF-8
|
|
|
|
fn foo() {
|
|
include!{"not-utf8.bin"}
|
|
}
|