Rust Any Part 3: Finally we have Upcasts

323 · Armin Ronacher · March 27, 2025, 5:32 p.m.
Summary
The blog post discusses a significant update in Rust 1.86 that fixes the issue of upcasting to supertraits, which previously restricted the use of 'Any' methods on 'dyn DebugAny'. This change allows developers to utilize downcasting in a more straightforward manner without relying on old hacks, which enhances Rust's functionality for developers.