For macros that are implemented on the compiler, we do *not* mention the `-Zmacro-backtrace` flag. This includes `derive`s and standard macros.
11 lines
258 B
Plaintext
11 lines
258 B
Plaintext
error: environment variable `\t` not defined at compile time
|
|
--> $DIR/env-escaped-var.rs:2:5
|
|
|
|
|
LL | env!("\t");
|
|
| ^^^^^^^^^^
|
|
|
|
|
= help: use `std::env::var("\t")` to read the variable at run time
|
|
|
|
error: aborting due to 1 previous error
|
|
|