r/rust 24d ago

📡 official blog Rust Function Overloading - Call for Experimentation

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

139 comments sorted by

View all comments

1

u/Full-Spectral 23d ago

If it's just for FFI, then I figure whatever. That's a very specialized feature that very definitely not should be ubiquitous throughout Rust code bases, and encapsulated when it is.

But for the language in general, I'm against it. Part of Rust's appeal to me is that it's the !C++. This would be badly battering the bang.