[][src]Function autocfg::emit

pub fn emit(cfg: &str)

Writes a config flag for rustc on standard out.

This looks like: cargo:rustc-cfg=CFG

Cargo will use this in arguments to rustc, like --cfg CFG.