1 2 3 4 5 6
#![feature(lang_items)] fn main() { println!("--output--"); println!("`#![feature]` *may* be used!"); }