-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Broken MIR (and diagnostics) using Higher-Rank Trait Bounds and associated types #80956
Comments
This also crashes on nightly, but it has a backtrace there (not that it's very helpful):
@SkiFire13 can you see if using nightly gets you a backtrace? |
I can't get a normal backtrace even on nightly, however I can get one with
|
For
(Should we automatically capture backtraces of |
I can see how this would be fixed by #85499, but we don't have a test like this. Marking as needs-test. |
Code
Playground link
Meta
rustc --version --verbose
:Error output
Strangely the backtrace is empty (I got the error output section with
RUST_BACKTRACE=1
). Should I report that bug separately?The text was updated successfully, but these errors were encountered: