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

Process ffi generics in rustdoc #10598

Merged
merged 1 commit into from
Nov 22, 2013
Merged

Process ffi generics in rustdoc #10598

merged 1 commit into from
Nov 22, 2013

Conversation

alexcrichton
Copy link
Member

This prevents an assertion from being tripped because the generics weren't
categorized.

Closes #10597

This prevents an assertion from being tripped because the generics weren't
categorized.

Closes rust-lang#10597
bors added a commit that referenced this pull request Nov 21, 2013
This prevents an assertion from being tripped because the generics weren't
categorized.

Closes #10597
@bors bors closed this Nov 22, 2013
@bors bors merged commit 0036f7b into rust-lang:master Nov 22, 2013
@alexcrichton alexcrichton deleted the rustdoc branch November 25, 2013 09:44
flip1995 pushed a commit to flip1995/rust that referenced this pull request Sep 7, 2023
Clippy Book Chapter Updates Reborn: Writing tests

This PR adds  a new chapter to the book: "Writing tests". The changes have been mainly done from reviews from rust-lang#9426 and some minor re-writes.

## Notes

- We still need to check that the `git status`es are correct, as `cargo dev new_lint` changed a lot since 2022.
- Requires rust-lang#10598: Link to "Emitting Lints" where I flagged with `FIXME:`.
- To talk about the whole project, please use the tracking issue for the project rust-lang#10597 (It also contains a timeline, discussions and more information)

changelog: Add a new "Writing tests" chapter to the book
r? `@flip1995`
flip1995 pushed a commit to flip1995/rust that referenced this pull request Sep 7, 2023
Clippy Book Chapter Updates Reborn: Emitting lints

The PR adds a new chapter to the book: "Emitting lints". This time it changed a lot from the old source file.

## Notes

- For discussion about  the whole project, please use the tracking issue for the project rust-lang#10597 (It also contains a timeline, discussions, and more information)

changelog: Add a new "Emitting lints" chapter to the book

r? `@flip1995`
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.

rustdoc broken on generic intrinsics
3 participants