summaryrefslogtreecommitdiffstats
path: root/src/test/ui/check-cfg/no-values.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/check-cfg/no-values.stderr')
-rw-r--r--src/test/ui/check-cfg/no-values.stderr21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/test/ui/check-cfg/no-values.stderr b/src/test/ui/check-cfg/no-values.stderr
deleted file mode 100644
index 8c926d187..000000000
--- a/src/test/ui/check-cfg/no-values.stderr
+++ /dev/null
@@ -1,21 +0,0 @@
-warning: unexpected `cfg` condition value
- --> $DIR/no-values.rs:6:7
- |
-LL | #[cfg(feature = "foo")]
- | ^^^^^^^^^^^^^^^
- |
- = note: no expected value for `feature`
- = note: `#[warn(unexpected_cfgs)]` on by default
-
-warning: unexpected `cfg` condition value
- --> $DIR/no-values.rs:10:7
- |
-LL | #[cfg(test = "foo")]
- | ^^^^--------
- | |
- | help: remove the value
- |
- = note: no expected value for `test`
-
-warning: 2 warnings emitted
-