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
See rust-lang/rust#44928. The reference currently has almost no documentation of borrowck
Document lifetimes (I'll try to get to this soon eventually)
Document borrowck in enough detail for the NLL changes to matter. The main changes are that lifetimes don't have to correspond to lexical scopes, and that 'outlives' is now will eventually be defined as happening at a point in the control flow graph, rather than globally.
Use in examples if there are any.
Move ad hoc documentation of borrowck requirements out of the expressions chapter.
The text was updated successfully, but these errors were encountered:
See rust-lang/rust#44928. The reference currently has almost no documentation of borrowck
sooneventually)is nowwill eventually be defined as happening at a point in the control flow graph, rather than globally.The text was updated successfully, but these errors were encountered: