hydroflow icon indicating copy to clipboard operation
hydroflow copied to clipboard

refactor(hydro_deploy, dfir_rs): `fn as_any(&self) -> &dyn std::any::Any` will no longer needed for dyn upcasting (rust 1.86.0 2025-04-03)

Open MingweiSamuel opened this issue 8 months ago • 0 comments

https://lucumr.pocoo.org/2025/3/27/any-upcast/ https://github.com/rust-lang/rust/issues/65991 Release 1.86: https://github.com/rust-lang/rust/issues/138795

MingweiSamuel avatar Mar 31 '25 16:03 MingweiSamuel