]> git.lizzy.rs Git - rust.git/blob - src/test/ui/macros/not-utf8.stderr
Merge commit 'a8385522ade6f67853edac730b5bf164ddb298fd' into simd-remove-autosplats
[rust.git] / src / test / ui / macros / not-utf8.stderr
1 error: couldn't read $DIR/not-utf8.bin: stream did not contain valid UTF-8
2   --> $DIR/not-utf8.rs:4:5
3    |
4 LL |     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
9 error: aborting due to previous error
10