-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
T-langRelevant to the language team, which will review and decide on the RFC.Relevant to the language team, which will review and decide on the RFC.
Description
Now that rust compiles to wasm it would be nice to play to the Web community.
Thus a shortcut
var x=1;
for
let mut x=1;
would not only safe four keystrokes in each instance but also be nicer on the eyes and easier to grasp for newcomers. var for 'variable' already entails the concept of 'mutability', so it is a fit name.
EdSaleh, markjcrane, tomerze, kashifrazzaqui, hqthao-ts and 2 moreburdges, est31, goodmanjonathan, mcarton, Kerollmops and 27 moretomerzefdwrtomerze
Metadata
Metadata
Assignees
Labels
T-langRelevant to the language team, which will review and decide on the RFC.Relevant to the language team, which will review and decide on the RFC.