LLVM assertion when implementing methods that take self by-value on numeric types #5474
Labels
A-trait-system
Area: Trait system
I-crash
Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
This:
causes this:
Changing
self
to&self
makes it work, so it has to do with passing self by-value.The text was updated successfully, but these errors were encountered: