Segfault with explicit, by-value self and vectors #4318
Labels
A-codegen
Area: Code generation
A-trait-system
Area: Trait system
I-crash
Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
The following code compiles but segfaults when run:
Changing
f
to take&self
makes it work.This might be related to #4132
The text was updated successfully, but these errors were encountered: