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 ControlFlow with version in std #729

Merged
merged 1 commit into from
Oct 3, 2021

Conversation

henrikhorluck
Copy link
Contributor

  • Since Rust 1.55, ControlFlow is now available in std
  • Some functions are not available in std yet, and the functional
    equivalents have been used (e.g. ControlFlow::Break(()) instead of
    ControlFlow::BREAK, etc.)

Closes #725

- Since Rust 1.55, `ControlFlow` is now available in std
- Some functions are not available in std yet, and the functional
  equivalents have been used (e.g. `ControlFlow::Break(())` instead of
  `ControlFlow::BREAK`, etc.)

Closes rust-lang#725
@matthewjasper
Copy link
Contributor

@bors r+

@bors
Copy link
Contributor

bors commented Oct 3, 2021

📌 Commit c518108 has been approved by matthewjasper

@bors
Copy link
Contributor

bors commented Oct 3, 2021

⌛ Testing commit c518108 with merge 10ba203...

@bors
Copy link
Contributor

bors commented Oct 3, 2021

☀️ Test successful - checks-actions
Approved by: matthewjasper
Pushing 10ba203 to master...

@bors bors merged commit 10ba203 into rust-lang:master Oct 3, 2021
@henrikhorluck henrikhorluck deleted the std-controlflow branch October 4, 2021 09:26
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.

When Rust 1.55 hits stable, replace ControlFlow with std version
3 participants