Open
Description
I tried this code:
I expected to see this happen:
Print out a vector of dynamic trait objects
Instead, this happened:
a Stack Overflow error on the compiled output
Meta
On the Rust Playground, using Debug, Stable on the 2nd of December 2022.
Backtrace
There isn't one here
thread 'main' has overflowed its stack
fatal runtime error: stack overflow
timeout: the monitored command dumped core
/playground/tools/entrypoint.sh: line 11: 7 Aborted timeout --signal=KILL ${timeout} "$@"
This is the error produced by the playground