-
Notifications
You must be signed in to change notification settings - Fork 21
Spurious unused warning in for comprehension #12801
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
Comments
@som-snytt wdyt, is this a new bug? another dilemma like #10287? |
It desugars to |
@tgodzik wait, 2.13.10 is the same
|
jinx. Edit: note param warnings are not enabled under Closing as duplicate. I did hope to tackle the linked issue at some point, for dotty parity. |
Tomasz will make a fresh attempt to determine why he started seeing warnings after a 2.13.11 upgrade that weren't there before. |
I have no idea why it started showing on 2.13.11 :/ I will add nowarn everywhere now :sigh: |
@tgodzik |
Reproduction steps
2.13.11
Problem
pkg is reported as unused
The text was updated successfully, but these errors were encountered: