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 6 pull requests #106801

Merged
merged 15 commits into from
Jan 13, 2023
Merged

Rollup of 6 pull requests #106801

merged 15 commits into from
Jan 13, 2023

Commits on Jan 12, 2023

  1. Configuration menu
    Copy the full SHA
    7dd45ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d76e168 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2aabb0f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    950b47f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bf0623e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5924c25 View commit details
    Browse the repository at this point in the history
  7. Fix ICE formatting

    estebank committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    06a2d2d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8e27211 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. Configuration menu
    Copy the full SHA
    4a3c072 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#106608 - compiler-errors:missing-generics-v…

    …erbose, r=estebank
    
    Render missing generics suggestion verbosely
    
    It's a bit easier to read like this, especially ones that are appending new generics onto an existing list, like ": `, T`" which render somewhat poorly inline.
    
    Also don't suggest `dyn` as a type parameter to add, even if technically that's valid in edition 2015.
    Yuki Okushi authored Jan 13, 2023
    Configuration menu
    Copy the full SHA
    9a2f393 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#106716 - c410-f3r:rfc-2397-1, r=davidtwco

    [RFC 2397] Deny incorrect locations
    
    cc rust-lang#51992
    
    As declared in the RFC, `#[do_not_recommend]` should only be applicable on trait implementations.
    Yuki Okushi authored Jan 13, 2023
    Configuration menu
    Copy the full SHA
    f6f362c View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#106754 - compiler-errors:ty-infer-method-is…

    …-confusing, r=lcnr
    
    Rename `Ty::is_ty_infer` -> `Ty::is_ty_or_numeric_infer`
    
    Makes sure people are aware that they may have a type variable *or* an int/float variable.
    
    r? `@oli-obk` rust-lang#106322 (comment) but I could instead implement your solution, let me know.
    
    (This will conflict with rust-lang#106322 for now, ignore that 😄)
    Yuki Okushi authored Jan 13, 2023
    Configuration menu
    Copy the full SHA
    d4ad96c View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#106782 - albertlarsan68:ignore-test-move-in…

    …-blame, r=Nilstrieb
    
    Ignore tests move in git blame
    
    This commit is not relevant in the history, but may clobber the git blame output.
    Yuki Okushi authored Jan 13, 2023
    Configuration menu
    Copy the full SHA
    796847a View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#106785 - compiler-errors:better-impl-wf-spa…

    …ns, r=estebank
    
    Make blame spans better for impl wfcheck
    
    r? types
    Yuki Okushi authored Jan 13, 2023
    Configuration menu
    Copy the full SHA
    5adc7a5 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#106791 - estebank:fix-ice, r=compiler-errors

    Fix ICE formatting
    Yuki Okushi authored Jan 13, 2023
    Configuration menu
    Copy the full SHA
    c06d57e View commit details
    Browse the repository at this point in the history