]> git.proxmox.com Git - rustc.git/blob - tests/ui/check-cfg/values-target-json.stderr
New upstream version 1.75.0+dfsg1
[rustc.git] / tests / ui / check-cfg / values-target-json.stderr
1 warning: unexpected `cfg` condition value: `linuz`
2 --> $DIR/values-target-json.rs:13:7
3 |
4 LL | #[cfg(target_os = "linuz")]
5 | ^^^^^^^^^^^^-------
6 | |
7 | help: there is a expected value with a similar name: `"linux"`
8 |
9 = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `ericos`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `openbsd`, `psp`, `redox`, `solaris`, `solid_asp3`, `teeos`, `tvos`, `uefi`, `unknown`, `vita`, `vxworks`, `wasi`, `watchos`, `windows`, `xous`
10 = note: `#[warn(unexpected_cfgs)]` on by default
11
12 warning: 1 warning emitted
13