rustc/tests/ui/extenv/extenv-not-string-literal.rs
2023-08-02 10:33:26 +02:00

2 lines
66 B
Rust

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