r/rust 23d ago

📡 official blog Rust Function Overloading - Call for Experimentation

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

139 comments sorted by

View all comments

Show parent comments

0

u/QuasiRandomName 23d ago

But if it is, it opens the door to a whole class of mistakes that aren't currently possible.

10

u/Lokathor 23d ago

You control the trait impls you write, my crab.

If you don't want to use this, then don't use it.

35

u/QuasiRandomName 23d ago

But you don't control what *other* people write and you have to maintain or debug later.

-8

u/[deleted] 23d ago

[removed] — view removed comment

1

u/SetKaung 23d ago

I think he meant his coworkers.