1 2 3 4 5 6
#![deny(unreachable_code)] fn main() { return; println!("Paul is dead"); //~ ERROR unreachable statement }