This is an enhancement request. This little program currently compiles with no warnings: ``` fn main() { "sss"; 10; 10 == 10; } ``` Clippy gives three "statement with no effect" warnings. I think such warning should be raised by the rustc compiler too.