dub check

Nordlöw via Digitalmars-d digitalmars-d at puremagic.com
Mon Mar 20 04:09:26 PDT 2017


Rust 1.16 just introduced crate-level compiler checking via

     cargo check

as described at 
https://blog.rust-lang.org/2017/03/16/Rust-1.16.html

Could we extend DUB in a similar way to provide `dub check` that 
simply calls the compiler with the flag `-o-`?


More information about the Digitalmars-d mailing list