2022-02-25 09:10:26 -06:00
|
|
|
warning: unexpected `cfg` condition value
|
|
|
|
--> $DIR/well-known-values.rs:7:7
|
|
|
|
|
|
|
|
|
LL | #[cfg(target_os = "linuz")]
|
|
|
|
| ^^^^^^^^^^^^-------
|
|
|
|
| |
|
2023-04-30 12:09:15 -05:00
|
|
|
| help: there is a expected value with a similar name: `"linux"`
|
2022-02-25 09:10:26 -06:00
|
|
|
|
|
2023-04-30 08:52:44 -05:00
|
|
|
= note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `openbsd`, `psp`, `redox`, `solaris`, `solid_asp3`, `tvos`, `uefi`, `unknown`, `vita`, `vxworks`, `wasi`, `watchos`, `windows`, `xous`
|
2022-09-18 10:55:36 -05:00
|
|
|
= note: `#[warn(unexpected_cfgs)]` on by default
|
2022-02-25 09:10:26 -06:00
|
|
|
|
|
|
|
warning: unexpected `cfg` condition value
|
|
|
|
--> $DIR/well-known-values.rs:14:7
|
|
|
|
|
|
|
|
|
LL | #[cfg(target_has_atomic = "0")]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^---
|
|
|
|
| |
|
2023-04-30 12:09:15 -05:00
|
|
|
| help: there is a expected value with a similar name: `"8"`
|
2022-02-25 09:10:26 -06:00
|
|
|
|
|
2023-04-30 08:52:44 -05:00
|
|
|
= note: expected values for `target_has_atomic` are: (none), `128`, `16`, `32`, `64`, `8`, `ptr`
|
2022-02-25 09:10:26 -06:00
|
|
|
|
|
|
|
warning: unexpected `cfg` condition value
|
|
|
|
--> $DIR/well-known-values.rs:21:7
|
|
|
|
|
|
|
|
|
LL | #[cfg(unix = "aa")]
|
2022-03-03 08:56:19 -06:00
|
|
|
| ^^^^-------
|
|
|
|
| |
|
|
|
|
| help: remove the value
|
2022-02-25 09:10:26 -06:00
|
|
|
|
|
|
|
|
= note: no expected value for `unix`
|
|
|
|
|
2022-03-09 09:52:38 -06:00
|
|
|
warning: unexpected `cfg` condition value
|
|
|
|
--> $DIR/well-known-values.rs:28:7
|
|
|
|
|
|
|
|
|
LL | #[cfg(miri = "miri")]
|
|
|
|
| ^^^^---------
|
|
|
|
| |
|
|
|
|
| help: remove the value
|
|
|
|
|
|
|
|
|
= note: no expected value for `miri`
|
|
|
|
|
|
|
|
warning: unexpected `cfg` condition value
|
|
|
|
--> $DIR/well-known-values.rs:35:7
|
|
|
|
|
|
|
|
|
LL | #[cfg(doc = "linux")]
|
|
|
|
| ^^^----------
|
|
|
|
| |
|
|
|
|
| help: remove the value
|
|
|
|
|
|
|
|
|
= note: no expected value for `doc`
|
|
|
|
|
|
|
|
warning: 5 warnings emitted
|
2022-02-25 09:10:26 -06:00
|
|
|
|