1 2 3 4 5 6 7 8 9 10 11
#![allow(while_true)] // error-pattern:giraffe fn main() { panic!({ while true { panic!("giraffe") } "clandestine" }); }