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

Reword E0277 default error message #121766

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Feb 29, 2024

  1. Copy the full SHA
    af91dd2 View commit details
    Browse the repository at this point in the history
  2. Reword E0277 default error message

    ```
    error[E0277]: the trait `Copy` is not implemented for `X`
      --> $DIR/trait-impl-bound-suggestions.rs:14:52
       |
    LL |     fn return_the_constrained_type(&self, x: X) -> ConstrainedStruct<X> {
       |                                                    ^^^^^^^^^^^^^^^^^^^^ the trait `Copy` is not implemented for `X`
    ```
    estebank committed Feb 29, 2024
    Copy the full SHA
    3ea12d4 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    2541c5b View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    f80daf4 View commit details
    Browse the repository at this point in the history