diff options
| author | Urgau <urgau@numericable.fr> | 2024-02-25 14:56:14 +0100 |
|---|---|---|
| committer | Urgau <urgau@numericable.fr> | 2024-04-15 21:49:55 +0200 |
| commit | 909fcfcb6a01b9a811835ba001954e6c62b2a2bc (patch) | |
| tree | b83d43c1e4e41d2f835f5f2d99b3b935a8aa7f93 /tests/ui/check-cfg/no-expected-values.rs | |
| parent | 99d0186b1d0547eae913eff04be272c9d348b9b8 (diff) | |
| download | rust-909fcfcb6a01b9a811835ba001954e6c62b2a2bc.tar.gz rust-909fcfcb6a01b9a811835ba001954e6c62b2a2bc.zip | |
Stabilize checking of cfgs at compile-time: --check-cfg option
Diffstat (limited to 'tests/ui/check-cfg/no-expected-values.rs')
| -rw-r--r-- | tests/ui/check-cfg/no-expected-values.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ui/check-cfg/no-expected-values.rs b/tests/ui/check-cfg/no-expected-values.rs index a80f9ec9776..42e7f45fa7a 100644 --- a/tests/ui/check-cfg/no-expected-values.rs +++ b/tests/ui/check-cfg/no-expected-values.rs @@ -2,7 +2,6 @@ // //@ check-pass //@ revisions: simple mixed empty -//@ compile-flags: -Z unstable-options //@ compile-flags: --check-cfg=cfg(values,simple,mixed,empty) //@ [simple]compile-flags: --check-cfg=cfg(test) --check-cfg=cfg(feature) //@ [mixed]compile-flags: --check-cfg=cfg(test,feature) |
