rust/tests/ui/env-macro/option_env-not-string-literal.rs

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

2 lines
76 B
Rust
Raw Normal View History

2014-11-03 07:10:09 +00:00
fn main() { option_env!(10); } //~ ERROR: argument must be a string literal