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
/
run-make
/
non-unicode-env
/
non_unicode_env.rs
blob: 3efa4842d94a58ca30a1bc23c23d1f4b1a9c0dfa (
plain
)
1
2
3
4
fn main() { let _ = env!("NON_UNICODE_VAR"); let _ = option_env!("NON_UNICODE_VAR"); }