1error: couldn't read $DIR/not-utf8.bin: stream did not contain valid UTF-8
2  --> $DIR/not-utf8.rs:4:5
3   |
4LL |     include!("not-utf8.bin")
5   |     ^^^^^^^^^^^^^^^^^^^^^^^^
6   |
7   = note: this error originates in the macro `include` (in Nightly builds, run with -Z macro-backtrace for more info)
8
9error: aborting due to previous error
10
11