1 2 3 4 5 6
#![forbid(unsafe_code)] use autocfg; fn main() { autocfg::new().emit_sysroot_crate("alloc"); }