mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 18:40:57 +03:00
603270011e
Do not suppress temporary_cstring_as_ptr in macros. There isn't really a reason to skip the lint when part of the expression comes from an expansion. Fixes https://github.com/rust-lang/rust/issues/94694