rust/src/test/ui/extenv/extenv-arg-2-not-string-literal.rs
2018-12-25 21:08:33 -07:00

2 lines
66 B
Rust

fn main() { env!("one", 10); } //~ ERROR: expected string literal