You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NOTE: This is using cargo clippy, but the actual issue may be in the lint_reasons feature. If this is not appropriate for the rustc repo, let me know and I can copy it over to clippy's.
NOTE: This is using
cargo clippy
, but the actual issue may be in thelint_reasons
feature. If this is not appropriate for the rustc repo, let me know and I can copy it over to clippy's.I tried this code:
playground (Use Clippy)
I expected to see this happen: No output because clippy emits the
clippy::needless_return
lint, which should satisfy theexpect
.Instead, this happened:
Meta
rustc --version --verbose
:@rustbot label +T-compiler +A-clippy +A-lint +F-lint_reasons
The text was updated successfully, but these errors were encountered: