nuggetInc / nuggetInc.github.io

Personal portfolio generator written in rust
0 stars 1 forks source link

Multiple errors #5

Open nuggetInc opened 1 year ago

nuggetInc commented 1 year ago

The macro currently only displays one error at a time, needing a recompile after every fix.

The macro should display as many errors as possible while maintaining correctness.

This will improve the quality of using the macro.