Document inclusive ranges as a new feature.#1134
Merged
carols10cents merged 3 commits intorust-lang:masterfrom Mar 19, 2018
Merged
Document inclusive ranges as a new feature.#1134carols10cents merged 3 commits intorust-lang:masterfrom
carols10cents merged 3 commits intorust-lang:masterfrom
Conversation
Fix a weird keystroke
287ad51 to
fa7a885
Compare
Contributor
Author
|
Note that the failing build is due to using an un-stabilized feature; it should pass once the feature is stabilized and released. |
fa7a885 to
b09db8b
Compare
Member
|
Thanks! We're going to wait until this is stabilized to merge it though; we're trying to keep documentation for unstable features in the unstable book (whose source lives here) and only add features here once they're stable. I'm excited to be ready for this feature to be stable, though!! |
Contributor
Author
|
Yep. I was told that ready-to-go docs PRs are a prereq for stabilization, and they'll get merged once the stabilization PR is merged. |
8 tasks
Member
|
looks like this'll be ready to merge when 1.26 is out! |
Contributor
|
This just landed as stable in nightly... let's retry travis! |
b09db8b to
1a25aaa
Compare
This provides documentation for rust-lang/rust#28237.
1a25aaa to
dfe2bc2
Compare
carols10cents
approved these changes
Mar 19, 2018
Member
carols10cents
left a comment
There was a problem hiding this comment.
Looks like this is good to go! 🎉
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.
This provides documentation for rust-lang/rust#28237.