-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Disallow Unit companion #7400
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
Disallow Unit companion #7400
Conversation
This is a spinoff from scala#6490.
|
|
I guess this is how you get sucked into specialized. |
|
I seem to remember someone objecting to special-casing specialized, but IIRC I finally decided there's no way around it, because the mechanics of specialized. |
|
There is no suckiness at #7567. The trick was to notice that the value references in The new PR uses the user-facing message introduced here, thanks. |
This is a spinoff from #6490.