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

Commits on Dec 18, 2024

  1. Add regression test for issue 398

        error[E0425]: cannot find value `_0` in this scope
           --> tests/test_display.rs:308:17
            |
        308 |         #[error("{0}")]
            |                 ^^^^^ not found in this scope
    
        error[E0425]: cannot find value `__display_x` in this scope
           --> tests/test_display.rs:310:17
            |
        310 |         #[error("{x}")]
            |                 ^^^^^ not found in this scope
    dtolnay committed Dec 18, 2024
    Configuration menu
    Copy the full SHA
    6a07345 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1243a0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #399 from dtolnay/respan

    Fix spans on macro-generated bindings and format variables
    dtolnay authored Dec 18, 2024
    Configuration menu
    Copy the full SHA
    a7de3ab View commit details
    Browse the repository at this point in the history
  4. Release 2.0.8

    dtolnay committed Dec 18, 2024
    Configuration menu
    Copy the full SHA
    2bd2982 View commit details
    Browse the repository at this point in the history
Loading