-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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 LLVM with GAT #74684
Comments
With
|
At lesat they are introduced at the very same day. Not sure, why the one ICEs and the other one not. Might be worth investigating? searched toolchains nightly-2019-01-01 through nightly-2020-07-23 Regression in nightly-2019-12-23
|
@hellow554 your ice with |
…-trait-paths, r=jackh726 Generic associated types in trait paths This is the second part of rust-lang#78978 This should fix: Fixes rust-lang#67510 Fixes rust-lang#68648 Fixes rust-lang#68649 Fixes rust-lang#68650 Fixes rust-lang#68652 Fixes rust-lang#74684 Fixes rust-lang#76535 Fixes rust-lang#79422 Fixes rust-lang#80433 and implement the remaining functionality needed for rust-lang#44265 r? `@matthewjasper`
I tried this code:
I expected to see this happen: Throw a bunch of error becouse I wrote wrong types
Instead, this happened:
LLVM ERROR: Broken function found, compilation aborted!
Meta
rustc --version --verbose
:Backtrace
Note that this issue may be very similar to #68642, which has been solved
The text was updated successfully, but these errors were encountered: