You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setup the build task (or any core task) as shown above
Invoke that task from the command line
Error Stack
$ cargo make build
[cargo-make] INFO - cargo make 0.37.2
[cargo-make] INFO - Calling cargo metadata to extract project info
[cargo-make] INFO - Cargo metadata done
[cargo-make] INFO - Project: my-crate
[cargo-make] INFO - Build File: Makefile.toml
[cargo-make] INFO - Task: build
[cargo-make] INFO - Profile: development
thread 'main' has overflowed its stack
fatal runtime error: stack overflow
Aborted (core dumped)
The text was updated successfully, but these errors were encountered:
Describe The Bug
Before I understood how the configuration works, I mistakenly extended the default build task as shown below:
When invoked, this results in a stack overflow.
To Reproduce
Error Stack
The text was updated successfully, but these errors were encountered: