]> git.lizzy.rs Git - rust.git/blob - src/test/ui/macros/not-utf8.stderr
Auto merge of #85630 - gilescope:to_digit_speedup3, r=nagisa
[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