rust/tests/ui/extoption_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-02 23:10:09 -08:00
fn main() { option_env!(10); } //~ ERROR: argument must be a string literal