blob: e916ace189ac8aad3a5f333080a44c39ef1e31da [file] [log] [blame] [edit]
#![forbid(unsafe_code)]
use autocfg;
fn main() {
autocfg::new().emit_sysroot_crate("alloc");
}