-
Notifications
You must be signed in to change notification settings - Fork 161
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
IndexMap doesn't implement Debug
#191
Comments
There must be more to your problem, because this works fine in the playground: |
It can truly pass the compiler , but there is a warning prompt in the
jetbrains ide
Josh Stone ***@***.***>于2021年6月15日 周二23:29写道:
… There must be more to your problem, because this works fine in the
playground:
https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=6bcc805aa3a14b8bb6a2b689288bd829
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#191 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFJYOKC4L4CS5YNCVDILOXLTS5WW5ANCNFSM46WYUPXA>
.
|
If the IDE is inconsistent, you should ask JetBrains. For instance, see also #148 and intellij-rust/intellij-rust#4631. |
Duplicates #148 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have:
test doesn't implement
Debug
The text was updated successfully, but these errors were encountered: