rust/tests/ui/extenv/extenv-escaped-var.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
93 B
Rust
Raw Normal View History

fn main() {
env!("\t"); //~ERROR environment variable `\t` not defined at compile time
}