summary refs log tree commit diff
path: root/src/test/compile-fail/not-utf8.rs
blob: 98ebec81045f0f9ee18fea68d4b38b0e73fc342c (plain)
1
2
3
4
5
// error-pattern: is not UTF-8

fn foo() {
    include!("not-utf8.bin")
}