Write the 'primitive types' section of TRPL#24253
Merged
bors merged 1 commit intorust-lang:masterfrom Apr 11, 2015
Merged
Conversation
Contributor
|
(rust_highfive has picked a reviewer for you, use r? to override) |
src/doc/trpl/primitive-types.md
Outdated
Member
There was a problem hiding this comment.
I think that this type has actually been removed entirely from the language now and it's just the 0-element case of tuples, although I still think of it as a separate type kinda :)
Contributor
Author
There was a problem hiding this comment.
oh really? whoah
Member
There was a problem hiding this comment.
Perhaps this could be a subsection of the tuples section? I think it's still pretty commonly referred to as "unit", but putting it by itself may be giving it too much prominence.
Contributor
Author
There was a problem hiding this comment.
ehhhh let's just drop it for now and see.
3929681 to
e32221a
Compare
A brief introduction to each type, with pointers to the primitive pages for more info.
e32221a to
7bb0cd7
Compare
Contributor
Author
|
@alexcrichton updated! |
Member
Member
|
@bors: rollup |
steveklabnik
added a commit
to steveklabnik/rust
that referenced
this pull request
Apr 10, 2015
…=alexcrichton A brief introduction to each type, with pointers to the primitive pages for more info.
Manishearth
added a commit
to Manishearth/rust
that referenced
this pull request
Apr 10, 2015
…=alexcrichton A brief introduction to each type, with pointers to the primitive pages for more info.
Manishearth
added a commit
to Manishearth/rust
that referenced
this pull request
Apr 10, 2015
…=alexcrichton A brief introduction to each type, with pointers to the primitive pages for more info.
steveklabnik
added a commit
to steveklabnik/rust
that referenced
this pull request
Apr 10, 2015
…=alexcrichton A brief introduction to each type, with pointers to the primitive pages for more info.
steveklabnik
added a commit
to steveklabnik/rust
that referenced
this pull request
Apr 10, 2015
…=alexcrichton A brief introduction to each type, with pointers to the primitive pages for more info.
steveklabnik
added a commit
to steveklabnik/rust
that referenced
this pull request
Apr 10, 2015
…=alexcrichton A brief introduction to each type, with pointers to the primitive pages for more info.
steveklabnik
added a commit
to steveklabnik/rust
that referenced
this pull request
Apr 10, 2015
…=alexcrichton A brief introduction to each type, with pointers to the primitive pages for more info.
steveklabnik
added a commit
to steveklabnik/rust
that referenced
this pull request
Apr 10, 2015
…=alexcrichton A brief introduction to each type, with pointers to the primitive pages for more info.
Manishearth
added a commit
to Manishearth/rust
that referenced
this pull request
Apr 11, 2015
…=alexcrichton A brief introduction to each type, with pointers to the primitive pages for more info.
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.
A brief introduction to each type, with pointers to the primitive pages
for more info.