1 2 3 4 5 6
fn main() { loop { break.push(1) //~ ERROR no method named `push` found for type `!` ; } }