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

added more context for duplicate lang item errors (fixes #60561) #64678

Merged
merged 1 commit into from
Sep 29, 2019

Commits on Sep 27, 2019

  1. getting more context for duplicate lang items (fixes rust-lang#60561)

    Where possible, the error message includes the name of the crate
    that brought in the crate with duplicate lang items (which
    helps with debugging). This information is passed on from cstore
    using the `extern_crate` query.
    tomtau committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    ac9aed5 View commit details
    Browse the repository at this point in the history