Document remaining attributes and macros#21091
Merged
bors merged 1 commit intorust-lang:masterfrom Jan 23, 2015
Merged
Conversation
Contributor
|
(rust_highfive has picked a reviewer for you, use r? to override) |
Contributor
|
The plugins guide says a little about the |
Contributor
Author
|
Should I just put that for now, then? |
Contributor
|
I have a feeling there's been additions to our set of macros & attributes since #6444, but I am unsure. |
Contributor
Author
|
That's possible. Where's the definitive list? |
52cf714 to
d69ac86
Compare
Contributor
Author
|
I think this is good enough to ship now. If there is anything else I missed, it'll get caught in the reference work. |
src/doc/reference.md
Outdated
Contributor
There was a problem hiding this comment.
"so optimize it and calls to it", maybe? (IME, the main use is making the compiler rearrange branches to preference the ones that don't have #[cold] functions.)
Contributor
|
(r=me) |
d69ac86 to
4a6af11
Compare
Contributor
Author
steveklabnik
added a commit
to steveklabnik/rust
that referenced
this pull request
Jan 22, 2015
…huonw Fixes rust-lang#6444 I need some help with the macro docs here, as I couldn't figure it out. @kmcallister @eddyb or someone else?
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.
Fixes #6444
I need some help with the macro docs here, as I couldn't figure it out. @kmcallister @eddyb or someone else?