mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 06:47:36 +00:00
Make it possible to pretty print invalid constants by introducing a fallible variant of `destructure_const` and falling back to debug formatting when it fails.