Expand a couple points in 1.22.0 release notes#46148
Merged
bors merged 2 commits intorust-lang:masterfrom Nov 21, 2017
Merged
Conversation
Member
|
It seems none of the standard library const fns are stable to call (not even |
Member
Contributor
Author
|
Right, this is what I meant by false hope. Removing works too, I’ll amend if you prefer that. |
Contributor
|
Yes, removing sounds better. |
It doesn’t change anything for stable users in practice. See discussion in rust-lang#46148
Contributor
Author
|
Done. |
Member
|
@bors: r+ p=1 |
Collaborator
|
📌 Commit 13c1cbe has been approved by |
Collaborator
|
⌛ Testing commit 13c1cbe with merge 6cfd077ef01bce0bbd953af1ef89ebcf15d8a3c8... |
kennytm
added a commit
to kennytm/rust
that referenced
this pull request
Nov 21, 2017
Expand a couple points in 1.22.0 release notes Let’s not give false hopes about `const fn` :)
Member
|
@bors retry — Prioritizing rollup. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Let’s not give false hopes about
const fn:)