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

Rustup to https://github.com/rust-lang/rust/pull/66789 #4873

Merged
merged 2 commits into from
Dec 2, 2019

Commits on Dec 2, 2019

  1. Rustup to rust-lang/rust#66789

    phansch committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    6669c2c View commit details
    Browse the repository at this point in the history
  2. Use assert_crate_local for a more explicit error

    `assert_crate_local` does the same as the previous `if let` but with a
    more explicit error message if it's not a `ClearCrossCrate::Set`.
    phansch committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    474e9a1 View commit details
    Browse the repository at this point in the history