summaryrefslogtreecommitdiffstats
path: root/src/test/ui/check-cfg/empty-names.stderr
blob: f926d1133cced3e50d7cb6d86bf2af3941644b7b (plain)
1
2
3
4
5
6
7
8
9
10
warning: unexpected `cfg` condition name
  --> $DIR/empty-names.rs:6:7
   |
LL | #[cfg(unknown_key = "value")]
   |       ^^^^^^^^^^^^^^^^^^^^^
   |
   = note: `#[warn(unexpected_cfgs)]` on by default

warning: 1 warning emitted