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

More rustdoc improvements #9540

Merged
merged 4 commits into from
Sep 27, 2013

Conversation

alexcrichton
Copy link
Member

Commit messages have the details, mostly just knocking out more low-hanging-fruit type issues.

Takes the same approach as variants, writes a redirect index page back to the
struct with an anchor to the field in question.

Closes rust-lang#9524
This slurps up everything inside of an 'extern' block into the enclosing module
in order to document them. The documentation must be on the items themselves,
and they'll show up next to everything else on the module index pages.

Closes rust-lang#5953
bors added a commit that referenced this pull request Sep 27, 2013
…brson

Commit messages have the details, mostly just knocking out more low-hanging-fruit type issues.
@bors bors closed this Sep 27, 2013
@bors bors merged commit 42bcf63 into rust-lang:master Sep 27, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Oct 20, 2022
Fix to_string_in_format_args in parens

Fix suggestions like

```
print!("error: something failed at {}", (Location::caller().to_string()));
```

where the parenthesis enclose some portion of the value.

Fixes rust-lang#9540

changelog: [`to_string_in_format_args`]: fix incorrect fix when value is enclosed in parenthesis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants