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: do not strip blanket impls in crate of origin #33514

Merged
merged 1 commit into from
May 10, 2016

Commits on May 9, 2016

  1. rustdoc: do not strip blanket impls in crate of origin

    In `impl<T> Trait for T`, the blanket type parameters `T` were
    recognized as "local" and "not exported", so these impls were
    thrown out.
    
    Now we check if they are generic, and keep them in that case.
    
    Fixes: rust-lang#29503
    birkenfeld committed May 9, 2016
    Configuration menu
    Copy the full SHA
    6100b70 View commit details
    Browse the repository at this point in the history