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

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

6 lines
89 B
Rust
Raw Normal View History

// error-pattern: did not contain valid UTF-8
fn foo() {
2012-08-23 00:24:52 +00:00
include!("not-utf8.bin")
}