-
-
Notifications
You must be signed in to change notification settings - Fork 203
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: dtolnay/thiserror
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.0.11
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 10 files changed
- 2 contributors
Commits on Jan 8, 2025
-
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<'_>`Configuration menu - View commit details
-
Copy full SHA for 1368591 - Browse repository at this point
Copy the full SHA 1368591View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b3e1e5 - Browse repository at this point
Copy the full SHA 6b3e1e5View commit details -
Merge pull request #408 from dtolnay/assoctype
Generate trait bounds on associated types
Configuration menu - View commit details
-
Copy full SHA for 6cd87bc - Browse repository at this point
Copy the full SHA 6cd87bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 349f696 - Browse repository at this point
Copy the full SHA 349f696View commit details
Commits on Jan 10, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 693a6cd - Browse repository at this point
Copy the full SHA 693a6cdView commit details -
Merge pull request #409 from Maytha8/std-tests
Add feature gate to tests that use std
Configuration menu - View commit details
-
Copy full SHA for 8f2a76b - Browse repository at this point
Copy the full SHA 8f2a76bView commit details -
Configuration menu - View commit details
-
Copy full SHA for eecd247 - Browse repository at this point
Copy the full SHA eecd247View commit details -
Fix unused import in test when built without std
warning: unused import: `std::path::PathBuf` --> tests/test_expr.rs:4:5 | 4 | use std::path::PathBuf; | ^^^^^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by defaultConfiguration menu - View commit details
-
Copy full SHA for 8b5f2d7 - Browse repository at this point
Copy the full SHA 8b5f2d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a226ae - Browse repository at this point
Copy the full SHA 1a226aeView commit details -
Merge pull request #410 from dtolnay/testnostd
Add CI step to test with "std" disabled
Configuration menu - View commit details
-
Copy full SHA for 3d15543 - Browse repository at this point
Copy the full SHA 3d15543View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f532e3 - Browse repository at this point
Copy the full SHA 0f532e3View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 2.0.9...2.0.11