rust/src/test/compile-fail/not-utf8.rs

6 lines
74 B
Rust
Raw Normal View History

// error-pattern: is not UTF-8
fn foo() {
2012-08-22 19:24:52 -05:00
include!("not-utf8.bin")
}