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

Don't hardcode the v1 prelude in diagnostics, to allow for new preludes. #82942

Merged
merged 1 commit into from
Mar 10, 2021

Commits on Mar 9, 2021

  1. Don't hardcode the v1 prelude in diagnostics.

    Instead of looking for `std::prelude::v1`, this changes it to look for
    `std::prelude::<anything>`.
    m-ou-se committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    1e4d804 View commit details
    Browse the repository at this point in the history