warning: unexpected `cfg` condition name --> $DIR/well-known-names.rs:6:7 | LL | #[cfg(target_oz = "linux")] | ---------^^^^^^^^^^ | | | help: there is a config with a similar name: `target_os` | = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name --> $DIR/well-known-names.rs:13:7 | LL | #[cfg(features = "foo")] | --------^^^^^^^^ | | | help: there is a config with a similar name: `feature` warning: unexpected `cfg` condition name --> $DIR/well-known-names.rs:20:7 | LL | #[cfg(uniw)] | ^^^^ help: there is a config with a similar name: `unix` warning: 3 warnings emitted