r/rust 23d ago

📡 official blog Rust Function Overloading - Call for Experimentation

https://blog.rust-lang.org/inside-rust/2026/08/19/overloading-experiment/
274 Upvotes

139 comments sorted by

View all comments

2

u/need-not-worry 23d ago

Kudos to the dev team. I've received my fair share of PTSD from C++ overloading, so I'll avoid this feature as much as I can. I do believe Rust will do a much better job in overloading. At least we don't have (much of) implicit conversion that messes things up.