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

Missing trailing backtick in compiler docs #56019

Closed
bjorn3 opened this issue Nov 17, 2018 · 0 comments
Closed

Missing trailing backtick in compiler docs #56019

bjorn3 opened this issue Nov 17, 2018 · 0 comments
Labels
A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.

Comments

@bjorn3
Copy link
Member

bjorn3 commented Nov 17, 2018

/// for `self: Pin<Box<Self>>, this means `Pin<Box<Self>>: DispatchFromDyn<Pin<Box<U>>>`

/// for `self: Pin<Box<Self>>, this means `Pin<Box<Self>>: DispatchFromDyn<Pin<Box<U>>>`
                             ^ here

This causes most of the TyCtxt docs to be underlined:

screenshot_2018-11-17 rustc ty tyctxt - rust

@csmoe csmoe added E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue. A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools labels Nov 17, 2018
Xanewok added a commit to Xanewok/rust that referenced this issue Nov 17, 2018
pietroalbini added a commit to pietroalbini/rust that referenced this issue Nov 18, 2018
…eavus

docs: Add missing backtick in object_safety.rs docs

Closes rust-lang#56019.

r? @bjorn3
kennytm pushed a commit to pietroalbini/rust that referenced this issue Nov 19, 2018
…eavus

docs: Add missing backtick in object_safety.rs docs

Closes rust-lang#56019.

r? @bjorn3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Projects
None yet
Development

No branches or pull requests

2 participants