-
-
Notifications
You must be signed in to change notification settings - Fork 87
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/async-trait
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.1.79
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: dtolnay/async-trait
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.1.80
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 7 files changed
- 2 contributors
Commits on Mar 26, 2024
-
Explicitly install a Rust toolchain for cargo-outdated job
Debugging a recent cargo-outdated bug, it would have been nice not to wonder whether a rustc version change in GitHub's runner image was a contributing factor.
Configuration menu - View commit details
-
Copy full SHA for 4f0b72e - Browse repository at this point
Copy the full SHA 4f0b72eView commit details
Commits on Apr 11, 2024
-
Fix unreachable code warning for functions that return
!
The generated code for function bodies produces an `unreachable_code` warning if the function has a `!` return type. The offending bit is: ```rust if let Some(__ret) == None::<!> { // unreachable } ``` This PR fixes the warning by simply adding `#[allow(unreachable_code)]` to the return statement. It also adds a test for it. This problem can only be triggered on nightly with the `never_type` feature enabled, but it is easy to fix here.
Configuration menu - View commit details
-
Copy full SHA for c8d958d - Browse repository at this point
Copy the full SHA c8d958dView commit details -
Merge pull request #265 from de-vri-es/fix-unreachable-code-warning
Fix unreachable code warning for functions that return `!`
Configuration menu - View commit details
-
Copy full SHA for b683da8 - Browse repository at this point
Copy the full SHA b683da8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b64d041 - Browse repository at this point
Copy the full SHA b64d041View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22d017e - Browse repository at this point
Copy the full SHA 22d017eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 83a5422 - Browse repository at this point
Copy the full SHA 83a5422View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10b5c99 - Browse repository at this point
Copy the full SHA 10b5c99View commit details -
Configuration menu - View commit details
-
Copy full SHA for d528b5a - Browse repository at this point
Copy the full SHA d528b5aView 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 0.1.79...0.1.80