Skip to content
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

The some keyword compiles for non-generic actor instances. #64025

Open
JessyCatterwaul opened this issue Mar 2, 2023 · 0 comments
Open

The some keyword compiles for non-generic actor instances. #64025

JessyCatterwaul opened this issue Mar 2, 2023 · 0 comments
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels

Comments

@JessyCatterwaul
Copy link

I'll be happy when this works in the future for generic types, but there's no reason for it to compile here:

actor 🎭 { }
let actor: some 🎭 = 🎭()
@JessyCatterwaul JessyCatterwaul added bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels labels Mar 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
Projects
None yet
Development

No branches or pull requests

1 participant