mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
12 lines
518 B
Plaintext
12 lines
518 B
Plaintext
error: environment variable `CARGO__HOPEFULLY_NOT_DEFINED__` not defined at compile time
|
|
--> $DIR/extenv-not-defined-default.rs:2:5
|
|
|
|
|
LL | env!("CARGO__HOPEFULLY_NOT_DEFINED__");
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
= help: Cargo sets build script variables at run time. Use `std::env::var("CARGO__HOPEFULLY_NOT_DEFINED__")` instead
|
|
= note: this error originates in the macro `env` (in Nightly builds, run with -Z macro-backtrace for more info)
|
|
|
|
error: aborting due to 1 previous error
|
|
|