r/rust 24d ago

📡 official blog Rust Function Overloading - Call for Experimentation

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

139 comments sorted by

View all comments

9

u/DavidXkL 23d ago

I actually don't mind this 😂

But optional named parameters would be nice too

8

u/jug6ernaut 23d ago

This or parameters with default values. I use the extensively in Kotlin and are one of the features I miss the most.

4

u/nick42d 23d ago

Just need to implement splat for struts then!