Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add comma after "For example" in tutorial #3223

Closed
wants to merge 1 commit into from

Conversation

jimblandy
Copy link
Contributor

In the tutorial, my eye really expects to see a comma after "For example" in the first paragraph of # Closures. A web search seems to confirm that this is the common practice.

(It is so awesome to be reading a programming language tutorial where the examples are about playing Rock, Paper, Scissors and eating crayons.)

@bblum
Copy link
Contributor

bblum commented Aug 20, 2012

Please make pull requests to incoming, not master.

@brson
Copy link
Contributor

brson commented Aug 20, 2012

Thanks! I've rebased this and pushed to incoming. It will show up on master in a few days.

@brson brson closed this Aug 20, 2012
@jimblandy
Copy link
Contributor Author

Thanks! I'll make any future requests to incoming.

bors pushed a commit to rust-lang-ci/rust that referenced this pull request May 15, 2021
end expressions like return/continue/break with a semicolon
RalfJung pushed a commit to RalfJung/rust that referenced this pull request Dec 17, 2023
jaisnan pushed a commit to jaisnan/rust-dev that referenced this pull request Jul 29, 2024
)

CBMC's symbolic execution by default turns `while(true) {}` loops into
`assume(false)` to counter trivial non-termination of symbolic
execution. When unwinding assertions are enabled, however, we should
report the non-termination of such loops.

Resolves: rust-lang#2909
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants