rust/compiler/rustc_builtin_macros
Jana Dönszelmann c693bc268a
Rollup merge of #142698 - tgross35:concat-byte-cstr-diag, r=petrochenkov
Improve diagnostics for `concat_bytes!` with C string  literals

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.
2025-06-21 15:32:06 +02:00
..
src Rollup merge of #142698 - tgross35:concat-byte-cstr-diag, r=petrochenkov 2025-06-21 15:32:06 +02:00
Cargo.toml Do not get proc_macro from the sysroot in rustc 2025-05-27 15:49:28 +00:00
messages.ftl Improve diagnostics for concat_bytes! with C string literals 2025-06-19 16:13:20 +00:00