-
-
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.2
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.3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 8 files changed
- 1 contributor
Commits on Nov 10, 2024
-
Add test of Debug and Display of paths
DisplayDebug currently works but DebugDisplay does not. error[E0277]: `PathBuf` doesn't implement `std::fmt::Display` --> tests/test_path.rs:36:13 | 32 | #[derive(Error, Debug)] | ----- in this derive macro expansion ... 36 | #[error("debug:{0:?} display:{0}")] | ^^^^^^^^^^^^^^^^^^^^^^^^^ `PathBuf` cannot be formatted with the default formatter; call `.display()` on it | = help: the trait `std::fmt::Display` is not implemented for `PathBuf` = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead = note: call `.display()` or `.to_string_lossy()` to safely print paths, as they may contain non-Unicode data = help: the trait `std::fmt::Display` is implemented for `Var<'_, T>` = note: this error originates in the macro `$crate::format_args` which comes from the expansion of the derive macro `Error` (in Nightly builds, run with -Z macro-backtrace for more info)Configuration menu - View commit details
-
Copy full SHA for 520343e - Browse repository at this point
Copy the full SHA 520343eView commit details -
Configuration menu - View commit details
-
Copy full SHA for dc0359e - Browse repository at this point
Copy the full SHA dc0359eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6388293 - Browse repository at this point
Copy the full SHA 6388293View commit details -
Merge pull request #383 from dtolnay/both
Support Display and Debug of same path in error message
Configuration menu - View commit details
-
Copy full SHA for a061beb - Browse repository at this point
Copy the full SHA a061bebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a6132d - Browse repository at this point
Copy the full SHA 6a6132dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d040f3 - Browse repository at this point
Copy the full SHA 1d040f3View commit details -
Merge pull request #384 from dtolnay/nowrap
Use Var wrapper only for Pointer formatting
Configuration menu - View commit details
-
Copy full SHA for 9cc1d0b - Browse repository at this point
Copy the full SHA 9cc1d0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7046023 - Browse repository at this point
Copy the full SHA 7046023View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15fd26e - Browse repository at this point
Copy the full SHA 15fd26eView 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.2...2.0.3