-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
dump-mir was causing cycles by invoking item-path-str at bad times #41777
Conversation
r? @pnkfelix (rust_highfive has picked a reviewer for you, use r? to override) |
Can you scope the thread-local just to the call to |
325cf47
to
4f596a0
Compare
@arielb1 like that? |
Workaround for now, but probably a better fix is to opt **in** to using the types for impls (if we do that at all; maybe filename/line is better).
4f596a0
to
cadf187
Compare
Yup. |
📌 Commit cadf187 has been approved by |
…elb1 dump-mir was causing cycles by invoking item-path-str at bad times Workaround for now, but probably a better fix is to opt **in** to using the types for impls (if we do that at all; maybe filename/line is better). Fixes #41697
☀️ Test successful - status-appveyor, status-travis |
Workaround for now, but probably a better fix is to opt in to using the types for impls (if we do that at all; maybe filename/line is better).
Fixes #41697