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

[BETA] Beta 1.64 backports #101221

Merged
merged 4 commits into from
Aug 31, 2022
Merged

[BETA] Beta 1.64 backports #101221

merged 4 commits into from
Aug 31, 2022

Commits on Aug 30, 2022

  1. [beta] Update cargo

    ehuss committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    3b1c95d View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. Auto merge of rust-lang#99893 - compiler-errors:issue-99387, r=davidtwco

    Delay formatting trimmed path until lint/error is emitted
    
    Fixes rust-lang#99387
    
    r? `@davidtwco`
    bors authored and ehuss committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    b4b39cd View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#100155 - compiler-errors:issue-100154, r=ja…

    …ckh726
    
    Use `node_type_opt` to skip over generics that were not expected
    
    Fixes rust-lang#100154
    Dylan-DPC authored and ehuss committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    116e19f View commit details
    Browse the repository at this point in the history
  3. Auto merge of rust-lang#99860 - oli-obk:revert_97346, r=pnkfelix

    Revert "Rollup merge of rust-lang#97346 - JohnTitor:remove-back-compat-hacks, …
    
    …r=oli-obk"
    
    This reverts commit c703d11, reversing
    changes made to 64eb9ab.
    
    it didn't apply cleanly, so now it works the same for RPIT and for TAIT instead of just working for RPIT, but we should keep those in sync anyway. It also exposed a TAIT bug (see the feature gated test that now ICEs).
    
    r? `@pnkfelix`
    
    fixes rust-lang#99536
    bors authored and ehuss committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    cff90fe View commit details
    Browse the repository at this point in the history