extern crate luthor; use luthor; pub fn main() { let mut variable = "string"; 'loop_name: for value in collection {} }