Files
rust/src/test/ui/check-cfg/empty-values.rs

7 lines
136 B
Rust
Raw Normal View History

// Check that a an empty values() is rejected
//
// check-fail
// compile-flags: --check-cfg=values() -Z unstable-options
fn main() {}