Compiler panic with generic_associated_types #53343
Labels
A-GATs
Area: Generic associated types (GATs)
F-generic_associated_types
`#![feature(generic_associated_types)]` a.k.a. GATs
Hello, while attempting to use a lifetime bound to a generic associated type, the compiler ended up in panicking.
I tried this code (roughly 80 lines of Rust, but with specs and nphysics dependencies...)
Vrixyz/testbed-callback#2
I expected to see this happen: Not a compiler panic, I guess "You are not correctly using
generic_associated_types
"Meta
All details are in my repository linked above, but for convenience, I'll paste my output :
cargo run --verbose
Backtrace
The text was updated successfully, but these errors were encountered: