index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
ui
/
env-macro
/
env-escaped-var.rs
blob: d898feb78c6f7cdcf041a58519274b2da917a1b3 (
plain
)
1
2
3
fn
main
()
{
env!
(
"
\t
"
);
//~ERROR environment variable `\t` not defined at compile time
}