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

Backport some things to stable #4003

Merged
merged 5 commits into from
Apr 19, 2019
Merged

Backport some things to stable #4003

merged 5 commits into from
Apr 19, 2019

Commits on Apr 19, 2019

  1. Fix ICE #3747

    [Martins Polakovs, John Firebaugh]
    martinsp authored and Manishearth committed Apr 19, 2019
    Configuration menu
    Copy the full SHA
    5d7c24f View commit details
    Browse the repository at this point in the history
  2. do not trigger redundant_closure when there is a difference in borrow…

    … level between closure parameter and "self"
    Grzegorz authored and Manishearth committed Apr 19, 2019
    Configuration menu
    Copy the full SHA
    e9cc540 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b189d2 View commit details
    Browse the repository at this point in the history
  4. Don't trigger missing_const_for_fn in external macros

    As reported in #3841. Only fixes the part where it triggers on the
    `derive`.
    phansch authored and Manishearth committed Apr 19, 2019
    Configuration menu
    Copy the full SHA
    e29559f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5ab87dd View commit details
    Browse the repository at this point in the history