You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rust used to work this way, but we switched to :: becuase we need to be able to disambiguate modules from regular values, because modules live in a different namespace. This has already been discussed at length.
Dot is much easier to type than two colons (need Shift key). Most other programming language uses . instead of ::.
The text was updated successfully, but these errors were encountered: