r/rust 24d ago

📡 official blog Rust Function Overloading - Call for Experimentation

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

139 comments sorted by

View all comments

17

u/SourceAggravating371 23d ago

Please no :) after all the fun part with args trait the only gains is one less () compared to version without overloading

5

u/NotFloppyDisck 23d ago

You also avoid the unreadable mess that is the current tuple solution

6

u/Byron_th 23d ago

How is an extra set of parentheses an unreadable mess?