Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dtolnay/thiserror
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.9
Choose a base ref
...
head repository: dtolnay/thiserror
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.0.10
Choose a head ref
  • 4 commits
  • 5 files changed
  • 1 contributor

Commits on Jan 8, 2025

  1. Add regression test for issue 405

        error[E0599]: the method `as_display` exists for reference `&<T as FromStr>::Err`, but its trait bounds were not satisfied
           --> tests/test_generics.rs:178:13
            |
        178 |     #[error("couldn't parse entry: {0}")]
            |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^ method cannot be called on `&<T as FromStr>::Err` due to unsatisfied trait bounds
            |
            = note: the following trait bounds were not satisfied:
                    `<T as FromStr>::Err: std::fmt::Display`
                    which is required by `&<T as FromStr>::Err: AsDisplay<'_>`
    dtolnay committed Jan 8, 2025
    Configuration menu
    Copy the full SHA
    1368591 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b3e1e5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #408 from dtolnay/assoctype

    Generate trait bounds on associated types
    dtolnay authored Jan 8, 2025
    Configuration menu
    Copy the full SHA
    6cd87bc View commit details
    Browse the repository at this point in the history
  4. Release 2.0.10

    dtolnay committed Jan 8, 2025
    Configuration menu
    Copy the full SHA
    349f696 View commit details
    Browse the repository at this point in the history
Loading