mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-15 11:50:45 +00:00
8 lines
163 B
Rust
8 lines
163 B
Rust
//@ error-pattern: did not contain valid UTF-8
|
|
//@ reference: input.encoding.utf8
|
|
//@ reference: input.encoding.invalid
|
|
|
|
fn foo() {
|
|
include!("not-utf8.bin")
|
|
}
|