Skip to content

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