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
If I want to link someone to a specific method or something, I currently have to search for it to get a link directly to that part of the docs page. It'd be nice to have something with that link next to the method. For example, the post time on a github comment is a link to that post.
The text was updated successfully, but these errors were encountered:
manual_let_else: let/else is not divergent by default
The divergent `else` block of a `let`/`else` statement does not make the `let/else` statement itself divergent.
Fixesrust-lang#10296
changelog: [`manual_let_else`]: do not consider `let`/`else` to be divergent by default
If I want to link someone to a specific method or something, I currently have to search for it to get a link directly to that part of the docs page. It'd be nice to have something with that link next to the method. For example, the post time on a github comment is a link to that post.
The text was updated successfully, but these errors were encountered: