-
Notifications
You must be signed in to change notification settings - Fork 12.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make unreachable_code lint warn on diverging call arguments as well #30000
Conversation
r? @brson (rust_highfive has picked a reviewer for you, use r? to override) |
🎊 💃 ③⓪⓪⓪⓪ 🍸 🎊 |
709fdf3
to
36cfc31
Compare
36cfc31
to
2eca64d
Compare
@bors r+ |
📌 Commit 2eca64d has been approved by |
|
@bors r- |
Fixed. Got a full build running now. |
// Test that the unboxed closure sugar can be used with an arbitrary | ||
// struct type and that it is equivalent to the same syntax using | ||
// angle brackets. This test covers only simple types and in | ||
// particular doesn't test bound regions. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
error: irrelevant comment lives too long
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
error: aborting due to previous error
(fixed)
8010ef6
to
7fbcb51
Compare
@bors: r+ |
📌 Commit 7fbcb51 has been approved by |
💔 Test failed - auto-win-msvc-64-opt |
@bors retry |
⚡ Previous build results for auto-linux-32-nopt-t, auto-linux-32-opt, auto-linux-64-debug-opt, auto-linux-64-nopt-t, auto-linux-64-opt, auto-linux-cross-opt, auto-linux-musl-64-opt, auto-mac-32-opt, auto-mac-64-nopt-t, auto-mac-64-opt, auto-win-gnu-32-nopt-t, auto-win-gnu-64-opt, auto-win-msvc-32-opt are reusable. Rebuilding only auto-linux-64-x-android-t, auto-win-gnu-32-opt, auto-win-gnu-64-nopt-t, auto-win-msvc-64-opt... |
Fixes #1889