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 4 pull requests #95680

Merged
merged 11 commits into from
Apr 5, 2022
Merged

Rollup of 4 pull requests #95680

merged 11 commits into from
Apr 5, 2022

Commits on Apr 4, 2022

  1. Configuration menu
    Copy the full SHA
    6ece80f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ccb704c View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. Configuration menu
    Copy the full SHA
    0d2a000 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ff2f58 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de23782 View commit details
    Browse the repository at this point in the history
  4. Fix ui test for nll

    ohno418 committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    b831b60 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9759804 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#95525 - ohno418:suggest-derivable-trait-E02…

    …77, r=compiler-errors
    
    Suggest derivable trait on E0277 error
    
    Closes rust-lang#95099 .
    Dylan-DPC committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    661b0e5 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#95654 - notriddle:notriddle/issue-95616, r=…

    …davidtwco
    
    diagnostics: use correct span for const generics
    
    Fixes rust-lang#95616
    Dylan-DPC committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    a1e7f6d View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#95660 - yaahc:panic-docs-update, r=Dylan-DPC

    Update panic docs to make it clearer when to use panic vs Result
    
    This is based on a question that came up in one of my [error handling office hours](https://twitter.com/yaahc_/status/1506376624509374467?s=20&t=Sp-cEjrx5kpMdNsAGPOo9w) meetings. I had a user who was fairly familiar with error type design, thiserror and anyhow, and rust in general, but who was still confused about when to use panics vs when to use Result and `Error`.
    
    This will also be cross referenced in an error handling FAQ that I will be creating in the https://github.com/rust-lang/project-error-handling repo shortly.
    Dylan-DPC committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    b5e763a View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#95670 - TaKO8Ki:remove-unused-function-para…

    …meters, r=davidtwco
    
    Refactor: remove unused function parameters
    Dylan-DPC committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    6832964 View commit details
    Browse the repository at this point in the history