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

Add stubs to keyword docs #60817

Merged
merged 1 commit into from
May 17, 2019
Merged

Add stubs to keyword docs #60817

merged 1 commit into from
May 17, 2019

Commits on May 16, 2019

  1. Add all keywords to keyword docs

    This commit gives each stable keyword a short entry in the "Keywords"
    section in the docs for `std`. The newly added entries are a single
    summary line and a note that the documentation is not yet complete.  I
    changed some of the existing summary lines for consistency's sake. Each
    line is either a verb phrase ("name the type of a trait object" for
    `dyn`), or an object ("A value of type `bool` representing logical true"
    for `true`). I tried to avoid using the keyword itself or the word
    "keyword" in the summary.
    
    Later PRs can flesh out each keyword with an example of each
    context in which a keyword can appear and a link to the rust book.
    
    Keywords which are not close to stable rust such as `box` (which is
    getting unstabilized) or `try` are ignored in this PR.
    ecstatic-morse committed May 16, 2019
    Configuration menu
    Copy the full SHA
    851be33 View commit details
    Browse the repository at this point in the history