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

On privacy error caused by private reexport, use spans to show the use chain #67951

Closed
wants to merge 1 commit into from

Commits on Feb 18, 2020

  1. On privacy error caused by private reexport, use spans to show the `u…

    …se` chain
    
    Use full path for direct `use` of ADT instead of private re-export
    Point at enum defs and  modules on private re-exports
    Use span notes to denote order
    Account for `use` of private `extern crate foo;`
    estebank committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    b3a554d View commit details
    Browse the repository at this point in the history