Let's assume I wanted to write horrific and evil code that compiled with rustc
. How many compiler-checks, type-checks, and warnings can I disable without recompiling Rust? And how would I go about doing it?
I'm looking for the Perl equivalent of no warnings; no strict;
Obviously I know this isn't good advice. I want to understand the configuration options of rustc
the fun way.