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 renders 'a as 'static #16902

Closed
bluss opened this issue Aug 31, 2014 · 1 comment
Closed

rustdoc renders 'a as 'static #16902

bluss opened this issue Aug 31, 2014 · 1 comment

Comments

@bluss
Copy link
Member

bluss commented Aug 31, 2014

Source:

pub fn test<'a, A: 'a>(x: &'a A) {
    let _ = x;
}

Becomes this in rustdoc:

pub fn test<'a, A: 'static>(x: &'a A)
@bluss
Copy link
Member Author

bluss commented Aug 31, 2014

Dup of #16518

@bluss bluss closed this as completed Aug 31, 2014
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

No branches or pull requests

1 participant