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.5
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.6
Choose a head ref
  • 4 commits
  • 5 files changed
  • 1 contributor

Commits on Dec 8, 2024

  1. Add test of deprecated type in From impl

        error: use of deprecated struct `test_deprecated::DeprecatedStruct`
          --> tests/test_lints.rs:73:13
           |
        73 |             DeprecatedStruct,
           |             ^^^^^^^^^^^^^^^^
           |
        note: the lint level is defined here
          --> tests/test_lints.rs:39:13
           |
        39 |     #![deny(deprecated)]
           |             ^^^^^^^^^^
    dtolnay committed Dec 8, 2024
    Configuration menu
    Copy the full SHA
    caf585c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e8c724 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #396 from dtolnay/deprecatedfrom

    Suppress deprecation warning on generated From impls
    dtolnay authored Dec 8, 2024
    Configuration menu
    Copy the full SHA
    e9a9085 View commit details
    Browse the repository at this point in the history
  4. Release 2.0.6

    dtolnay committed Dec 8, 2024
    Configuration menu
    Copy the full SHA
    2075e87 View commit details
    Browse the repository at this point in the history
Loading