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

Backticked Implied Shortcut Reference Links don't render correctly #49164

Closed
crumblingstatue opened this issue Mar 19, 2018 · 1 comment
Closed
Assignees
Labels
T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.

Comments

@crumblingstatue
Copy link
Contributor

pub struct Foo;

/// Reference to [Foo]. Code-styled reference to [`Foo`].
pub struct Bar;

renders as:

rustdoc 1.26.0-nightly (5508b2714 2018-03-18)

Ref #43466 , #48335 (comment)

@GuillaumeGomez
Copy link
Member

Working on it.

@GuillaumeGomez GuillaumeGomez self-assigned this Mar 19, 2018
kennytm added a commit to kennytm/rust that referenced this issue Mar 21, 2018
…-links, r=QuietMisdreavus

Fix automatic urls with backticks

Fixes rust-lang#49164.

r? @QuietMisdreavus
@pietroalbini pietroalbini added the T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. label Mar 21, 2018
kennytm added a commit to kennytm/rust that referenced this issue Mar 22, 2018
…-links, r=QuietMisdreavus

Fix automatic urls with backticks

Fixes rust-lang#49164.

r? @QuietMisdreavus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

3 participants