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

[fix-ci-nigtly] #285

Merged
merged 3 commits into from
Jan 2, 2023
Merged

[fix-ci-nigtly] #285

merged 3 commits into from
Jan 2, 2023

Commits on Dec 19, 2022

  1. [fix-ci-nigtly] ci was broken on nightly the series of fixes should c…

    …orrect it
    
    * dependencies.x86 was bumped to latest current version. x86 crate
      does not advertise an MSRV, but this was just broken on even our
      MSRV because the old x86 version was using a macro removed from
      rust, so bumping to latest seems fair.
    * the calculation for the arbitrary impl of Layout was using a
      max_size that was too large and overflowing Layout. this has
      been fixed.
    * test for arbitrary AllocError was referring to AllocErr which
      does not exist, this was fixed.
    * NoneError has been removed from rust so it was subsequently
      removed from proptest. It was blocking compilation.
      evidence:
      rust-lang/rust#85614
    * try_reserve is stable so removed from unstable features
    * try_trait has been changed to try_trait_v2 so that was fixed
      in Cargo.toml.
    rex-remind101 committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    6a958db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ccc872 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2023

  1. [fix-ci-nightly] bump compiletest to latest, fix broken compiletest, …

    …also correct random grammar error
    rex-remind101 committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    da1b2ac View commit details
    Browse the repository at this point in the history