DEV Community

Discussion on: Learning a Language by Writing Unit Tests

Collapse
 
basman profile image
Adam.S

You can also call cargo test — —nocapture if you ever need to see the actual output.

Collapse
 
itachiuchiha profile image
Itachi Uchiha

I didn't know this before. I'll try. I think I should learn also compiler and tool flags :P

Collapse
 
basman profile image
Adam.S

I have only recently used it myself :)

Thread Thread
 
itachiuchiha profile image
Itachi Uchiha

Have you ever used this command with Intellij? If so, how can I set this flag?

Thread Thread
 
basman profile image
Adam.S

No sorry. Just at the command line.