GAT's and broken LLVM #68642
Labels
A-codegen
Area: Code generation
A-GATs
Area: Generic associated types (GATs)
C-bug
Category: This is a bug.
F-generic_associated_types
`#![feature(generic_associated_types)]` a.k.a. GATs
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
I know GAT's are far from complete, but I've played around with them for a bit, and found some fun ICE's and LLVM errors.
The following code produces wrong LLVM output:
It produces
The text was updated successfully, but these errors were encountered: