neural/rs/tests/ui/rs506_panic.rs rust π 0.0% 34 words · 1 min // 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 } Graph Graph