We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
enum Foo { Bar(u32) } struct Some<T>(T); match Some(Foo::Bar(0)) { Some(Foo::$0()) }
Triggering the completion here inserts another () pair resulting in Foo::Bar()()
()
Foo::Bar()()
The text was updated successfully, but these errors were encountered:
02c240f
Successfully merging a pull request may close this issue.
Triggering the completion here inserts another
()
pair resulting inFoo::Bar()()
The text was updated successfully, but these errors were encountered: