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

Rustdoc problem with lifetimes #24503

Closed
iopq opened this issue Apr 16, 2015 · 1 comment
Closed

Rustdoc problem with lifetimes #24503

iopq opened this issue Apr 16, 2015 · 1 comment
Labels
T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.

Comments

@iopq
Copy link

iopq commented Apr 16, 2015

http://webcache.googleusercontent.com/search?q=cache:ufyF2_8E4hUJ:doc.rust-lang.org/1.0.0-alpha.2/std/string/type.CowString.html+&cd=2&hl=en&ct=clnk&gl=us

Using a single apostrophe breaks the tag:

<a class='stability Deprecated' title='use Cow<'a, str> instead'>Deprecated</a>

as you can see, the title is use Cow< and the rest is malformed HTML

@steveklabnik steveklabnik added the T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. label Apr 16, 2015
@alexcrichton
Copy link
Member

Thanks for the report! This should be fixed by #24396, however, as the way we render descriptions will be changing.

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