1 2 3 4 5 6 7 8
extern crate autocfg; fn main() { autocfg::rerun_path(file!()); let ac = autocfg::new(); ac.emit_has_type("i128"); }