Skip to content

cargo --message-format=human when in debug mode

Lorenzo Miglietta requested to merge ranfdev/Shortwave:human_errors into master

Debugging rust errors without this option is an headache. I only get errors like "invalid type", without any explanation. Instead, by setting --message-format=human, the compiler gives a nice explanation of the error and lists some possible fixes.

Merge request reports