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