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

Rollup of 7 pull requests #97111

Merged
merged 16 commits into from
May 17, 2022
Merged

Rollup of 7 pull requests #97111

merged 16 commits into from
May 17, 2022

Commits on Apr 23, 2022

  1. Configuration menu
    Copy the full SHA
    a0b464a View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. Configuration menu
    Copy the full SHA
    3e252a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3bc2e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ea7301 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e8517d View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. Configuration menu
    Copy the full SHA
    38bf115 View commit details
    Browse the repository at this point in the history
  2. keep bounds where they were

    pvdrz committed May 17, 2022
    Configuration menu
    Copy the full SHA
    7cafefe View commit details
    Browse the repository at this point in the history
  3. Update function pointer call error message

    It now uses the type of context. (issue 97082)
    mbartlett21 committed May 17, 2022
    Configuration menu
    Copy the full SHA
    56649bb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cdc12ed View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#96329 - aliemjay:fixed-by-90887, r=jackh726

    Add a couple tests for rust-lang#90887 fixes
    
    closes rust-lang#56556
    closes rust-lang#90875
    
    These are confirmed fixes by rust-lang#90887, so
    r? ``@jackh726``
    JohnTitor authored May 17, 2022
    Configuration menu
    Copy the full SHA
    15aa2d6 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#97009 - fortanix:raoul/unused_macro_sgx, r=…

    …thomcc
    
    Allow `unused_macro_rules` in path tests
    
    PR rust-lang#96150 adds a new lint to warn about unused macro rules (arms/matchers). This causes errors in `library/std/src/path/tests.rs` on the `x86_64-fortanix-unknown-sgx` platform. This PR fixes compilation errors on that platform by allowing unused macro rules.
    JohnTitor authored May 17, 2022
    Configuration menu
    Copy the full SHA
    17eebcd View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#97075 - JohnTitor:issue-81804, r=compiler-e…

    …rrors
    
    Add regression test for rust-lang#81804
    
    Closes rust-lang#81804
    r? ``@compiler-errors``
    JohnTitor authored May 17, 2022
    Configuration menu
    Copy the full SHA
    aaa0c01 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#97079 - SparrowLii:successors, r=lcnr

    Change `Successors` to `impl Iterator<Item = BasicBlock>`
    
    This PR fixes the FIXME in `compiler\rustc_middle\src\mir\mod.rs`.
    This can omit several `&`, `*` or `cloned` operations on Successros' generated elements
    JohnTitor authored May 17, 2022
    Configuration menu
    Copy the full SHA
    70cd85f View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#97080 - lcnr:relate-sus, r=oli-obk

    remove the `RelateResultCompare` trait
    
    it's unused
    JohnTitor authored May 17, 2022
    Configuration menu
    Copy the full SHA
    13ee094 View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#97093 - pvdrz:migrate-maybe-recover-from-ba…

    …d-type-plus, r=davidtwco
    
    Migrate `maybe_recover_from_bad_type_plus` diagnostic
    
    r? `@davidtwco`
    JohnTitor authored May 17, 2022
    Configuration menu
    Copy the full SHA
    519b6b4 View commit details
    Browse the repository at this point in the history
  11. Rollup merge of rust-lang#97102 - mbartlett21:fn-pointer-error, r=lcnr

    Update function pointer call error message
    
    It now uses the type of context. (fixes rust-lang#97082)
    JohnTitor authored May 17, 2022
    Configuration menu
    Copy the full SHA
    5fdc849 View commit details
    Browse the repository at this point in the history