Files
HelloWorld
branches
functions_rust
guessing_game
src
target
debug
.fingerprint
build
libc-0bf4ed26e03f527c
libc-2fba499436484a1c
invoked.timestamp
output
root-output
stderr
proc-macro2-1be6258861b9bf85
proc-macro2-8cb02808c8eea528
deps
incremental
.cargo-lock
guessing_game
guessing_game.d
.rustc_info.json
.gitignore
Cargo.lock
Cargo.toml
hello_cargo
loops
ownership
rectangles
.gitignore
data_types.md
ownership.md

20 lines
915 B
Plaintext

cargo:rerun-if-changed=build.rs
cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_FREEBSD_VERSION
cargo:rustc-cfg=freebsd11
cargo:rustc-cfg=libc_const_extern_fn
cargo:rustc-check-cfg=cfg(emscripten_new_stat_abi)
cargo:rustc-check-cfg=cfg(espidf_time32)
cargo:rustc-check-cfg=cfg(freebsd10)
cargo:rustc-check-cfg=cfg(freebsd11)
cargo:rustc-check-cfg=cfg(freebsd12)
cargo:rustc-check-cfg=cfg(freebsd13)
cargo:rustc-check-cfg=cfg(freebsd14)
cargo:rustc-check-cfg=cfg(freebsd15)
cargo:rustc-check-cfg=cfg(libc_const_extern_fn)
cargo:rustc-check-cfg=cfg(libc_deny_warnings)
cargo:rustc-check-cfg=cfg(libc_thread_local)
cargo:rustc-check-cfg=cfg(libc_ctest)
cargo:rustc-check-cfg=cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx"))
cargo:rustc-check-cfg=cfg(target_env,values("illumos","wasi","aix","ohos"))
cargo:rustc-check-cfg=cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))