rs/tests/ui/rs506_panic.rs rust π 0.0% // Test RS506: unwinding panic forbidden // This file is compiled WITHOUT -C panic=abort, so the lint should fire. fn main() { println!("this should trigger RS506"); //~ ERROR unwinding panic forbidden } Local Graph