]> git.proxmox.com Git - rustc.git/blob - src/test/ui/check-cfg/empty-values.rs
New upstream version 1.60.0+dfsg1
[rustc.git] / src / test / ui / check-cfg / empty-values.rs
1 // Check that a an empty values() is rejected
2 //
3 // check-fail
4 // compile-flags: --check-cfg=values() -Z unstable-options
5
6 fn main() {}