]> git.proxmox.com Git - cargo.git/commit
Add test using RUSTFLAGS env var
authorChris Field <chris@fieldrndservices.com>
Mon, 22 Feb 2021 00:54:08 +0000 (19:54 -0500)
committerChris Field <chris@fieldrndservices.com>
Mon, 22 Feb 2021 00:54:08 +0000 (19:54 -0500)
commitc7038b22cad77b94140c75de38207674b5fd71dc
tree38d92d70f9e7581308c747b41a370c7827eb486f
parent8b80e52ca80f0dca6f9b2e644c467a2e89397f45
Add test using RUSTFLAGS env var

The `RUSTFLAGS` environment variable is used to add the "crt-static"
target feature and test printing the target compiler configuration
contains the `target_feature="crt-static"` line.
tests/testsuite/rustc.rs