Rust Internals
Pre-RFC: Disallow using assignment in a function call in Rust 2018 (disallow `f(a=b)`)
language design
MajorBreakfast
May 8, 2018, 1:23pm
22
I've created the tread for
=
in struct construction
show post in topic
Related topics
Topic
Replies
Views
Activity
Pre-RFC: `=` for struct construction
53
4129
May 11, 2018
Replace Point { x: 3, y: 5 } with Point { x=3, y=5 }
bikeshed (deprecated)
71
10283
March 27, 2015
[Pre-RFC] Named .arguments
language design
110
6982
July 29, 2020
Simplify constructor function
language design
48
2308
June 22, 2024
Idea for named function arguments and symmetry with structs/enums
language design
20
2570
November 12, 2020