2023-05-11 06:57:45 -05:00
|
|
|
error: environment variable `\t` not defined at compile time
|
2024-03-17 14:04:42 -05:00
|
|
|
--> $DIR/env-escaped-var.rs:2:5
|
2023-05-11 06:57:45 -05:00
|
|
|
|
|
|
|
|
LL | env!("\t");
|
|
|
|
| ^^^^^^^^^^
|
|
|
|
|
|
|
|
|
= help: use `std::env::var("\t")` to read the variable at run time
|
|
|
|
= note: this error originates in the macro `env` (in Nightly builds, run with -Z macro-backtrace for more info)
|
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2023-05-11 06:57:45 -05:00
|
|
|
|