Files
rust/tests/ui/macros/not-utf8.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
163 B
Rust
Raw Normal View History

//@ error-pattern: did not contain valid UTF-8
2024-10-30 16:47:47 -07:00
//@ reference: input.encoding.utf8
//@ reference: input.encoding.invalid
fn foo() {
2012-08-22 17:24:52 -07:00
include!("not-utf8.bin")
}