about summary refs log tree commit diff
path: root/src/test/ui/check-cfg/empty-values.rs
blob: 38ef9e51c7a1f58f4f19d094d875b8a30fb9358d (plain)
1
2
3
4
5
6
// Check that a an empty values() is rejected
//
// check-fail
// compile-flags: --check-cfg=values() -Z unstable-options

fn main() {}