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
The tutorial's section on pattern matching (http://static.rust-lang.org/doc/master/tutorial.html#pattern-matching) shows some patterns without any variable-bindings in them, and then mentions "so long as every pattern binds the same set of variables". This caused my partner, with whom I am currently working through the tutorial, to stop because she thought she must have missed something. a few sentences later in the tutorial variable bindings are introduced by example, and explained.