Backtrace macro expansion for better error reporting

This commit is contained in:
Berkus Decker 2021-07-11 19:58:45 +03:00
parent 155ae413b4
commit a9b9aac50d
1 changed files with 1 additions and 0 deletions

View File

@ -11,5 +11,6 @@ rustflags = [
"-C", "target-feature=-fp-armv8",
"-C", "target-cpu=cortex-a53",
"-C", "embed-bitcode=yes",
"-Z", "macro-backtrace",
]
runner = "cargo make test-runner"