Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
env-macro
/
env-escaped-var.rs
blob: d898feb78c6f7cdcf041a58519274b2da917a1b3 [
file
] [
log
] [
blame
]
fn
main
()
{
env
!(
"\t"
);
//~ERROR environment variable `\t` not defined at compile time
}