File: build.rs

package info (click to toggle)
rust-core-error 0.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 116 kB
  • sloc: makefile: 4
file content (3 lines) | stat: -rw-r--r-- 58 bytes parent folder | download
1
2
3
fn main() {
    println!("cargo:rustc-cfg=rustc_1_70_0")
}