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

Replace be with become #21918

Merged
merged 1 commit into from
Feb 10, 2015
Merged

Replace be with become #21918

merged 1 commit into from
Feb 10, 2015

Conversation

ranma42
Copy link
Contributor

@ranma42 ranma42 commented Feb 4, 2015

As per rust-lang/rfcs#601, replace be with become as reserved
keyword for tail call optimization.

Fixes #22141. (Added by @nikomatsakis)

@rust-highfive
Copy link
Contributor

r? @huonw

(rust_highfive has picked a reviewer for you, use r? to override)

As per rust-lang/rfcs#601, replace `be` with `become` as reserved
keyword for tail call optimization.
@nikomatsakis
Copy link
Contributor

@bors r+ 8f7c2d5

@nikomatsakis
Copy link
Contributor

@bors rollup

Manishearth added a commit to Manishearth/rust that referenced this pull request Feb 10, 2015
As per rust-lang/rfcs#601, replace `be` with `become` as reserved
keyword for tail call optimization.
alexcrichton added a commit to alexcrichton/rust that referenced this pull request Feb 10, 2015
Conflicts:
	src/test/compile-fail/reserved-be.rs
	src/test/compile-fail/reserved-become.rs
	src/test/parse-fail/reserved-be.rs
@bors bors merged commit 8f7c2d5 into rust-lang:master Feb 10, 2015
@ranma42 ranma42 deleted the replace-be branch February 11, 2015 00:09
@brson
Copy link
Contributor

brson commented Feb 17, 2015

minor breaking change

kdesysadmin pushed a commit to KDE/ktexteditor that referenced this pull request Sep 18, 2015
The reserved keyword `be` has been replaced with `become` by
rust-lang/rust#21918.
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.

Replace be reserved word with become
6 participants