rust/tests/ui/macros/builtin-env-issue-114010.rs

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

7 lines
129 B
Rust
Raw Normal View History

// unset-rustc-env:oopsie
env![r#"oopsie"#];
//~^ ERROR environment variable `oopsie` not defined at compile time
fn main() {}