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