Sign in
fuchsia
/
third_party
/
rust
/
830bd8b6f4feb8665c8865beb20ffb424e8d8ee6
/
.
/
tests
/
ui
/
env-macro
/
env-escaped-var.stderr
blob: 65d53a7fa1fa86b7e3c6308c142085474ef3633f [
file
] [
log
] [
blame
]
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