]> git.lizzy.rs Git - rust.git/blob - tests/ui/macros/not-utf8.stderr
Rollup merge of #106321 - compiler-errors:delayed-bug-backtrace, r=Nilstrieb
[rust.git] / tests / 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