Testing the waters: UMCS (Unified Method Call Syntax)
Rust Internals [Unofficial]
February 15, 2026
This is a pretty interesting one. I immediately like that you can teach it by de-sugaring "normal" method call syntax into it, and that also would be a neat segue into teaching that you can call methods via UFCS.
Also, here's some recent-ish conversation from zulip about a pipeline operator for completeness
Discussion in the ATmosphere