about summary refs log tree commit diff
path: root/tests/ui/check-cfg/and-more-diagnostic.stderr
blob: 2ac80c84c37dea4e58fb86e74f883c096b9fbde4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
warning: unexpected `xxx` condition value: `xxx`
  --> $DIR/and-more-diagnostic.rs:11:10
   |
LL |     cfg!(target_feature = "zebra");
   |          ^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `xxx` are: `xxx`, `xxx`, `xxx`, `xxx`, `xxx`, `xxx`, `xxx`, `xxx`, `xxx`, `xxx`, `xxx`, `xxx`, `xxx`, `xxx`, `xxx`, `xxx`, `xxx`, `xxx`, `xxx`, `xxx`, `xxx`, `xxx`, `xxx`, `xxx`, `xxx`, `xxx`, `xxx`, `xxx`, `xxx`, `xxx`, `xxx`, `xxx`, `xxx`, `xxx`, and `xxx` and X more
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg.html> for more information about checking conditional configuration
   = note: `#[warn(unexpected_cfgs)]` on by default

warning: 1 warning emitted