mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
17 lines
538 B
Plaintext
17 lines
538 B
Plaintext
error: `/invalid-utf8-binary-file.bin` wasn't a utf-8 file
|
|
--> $DIR/invalid-utf8-binary-file.rs:8:10
|
|
|
|
|
LL | #![doc = include_str!(concat!(env!("INVALID_UTF8_BIN")))]
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
= note: invalid utf-8 at byte `$BYTE`
|
|
|
|
error: attribute value must be a literal
|
|
--> $DIR/invalid-utf8-binary-file.rs:8:10
|
|
|
|
|
LL | #![doc = include_str!(concat!(env!("INVALID_UTF8_BIN")))]
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to 2 previous errors
|
|
|