Ch03-05 Control flow: Explicitly document if it's valid to break from a loop with return keyword #3114
Closed
2 tasks done
Labels
Milestone
main
branch to see if this has already been fixedURL to the section(s) of the book with this problem: https://doc.rust-lang.org/book/ch03-05-control-flow.html
Description of the problem: the chapter does not tell if
return value;
is equivalent to
break value;
Suggested fix:
Since I read the documentation without ever compiling a rust project, I can not tell if they are equivalent or not
The text was updated successfully, but these errors were encountered: