mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-28 05:07:26 +00:00
Use the same error as other invalid types for `concat_bytes!`, rather than using `ConcatCStrLit` from `concat!`. Also add more information with a note about why this doesn't work, and a suggestion to use a null-terminated byte string instead.