moverox-codegen 0.0.12

Generate Rust code from Move IR parsed by move-syn
Documentation
1
2
3
4
5
6
fn main() {
    println!("cargo::rustc-check-cfg=cfg(nightly)");
    if rustversion::cfg!(nightly) {
        println!("cargo:rustc-cfg=nightly");
    }
}