Files
rust/library/core
Jonathan Brouwer f5383a3353 Rollup merge of #153073 - mehdiakiki:fix/conjure-zst-panic-message, r=RalfJung
Fix mem::conjure_zst panic message to use any::type_name instead

Use `crate::any::type_name::<T>()` instead of `stringify!(T)` in the
runtime panic message of `conjure_zst` , so the actual type name (e.g.
`i32`) is shown rather than the literal string `[T]`.
2026-02-27 14:05:35 +01:00
..
2025-11-16 23:35:37 -05:00