diff options
| author | Florian Bartels <Florian.Bartels@elektrobit.com> | 2022-10-05 12:32:22 +0200 |
|---|---|---|
| committer | Florian Bartels <Florian.Bartels@elektrobit.com> | 2022-11-11 10:44:48 +0100 |
| commit | ae71df987baba72251db819f32e77308e88e9c13 (patch) | |
| tree | 582e8af6a6a1073680ee98de2847c03097414409 | |
| parent | 84e1fbcadfa6299e63e517e722485b47fc99daad (diff) | |
| download | rust-ae71df987baba72251db819f32e77308e88e9c13.tar.gz rust-ae71df987baba72251db819f32e77308e88e9c13.zip | |
Add `nto` as known `target_os`
| -rw-r--r-- | src/test/ui/check-cfg/well-known-values.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/check-cfg/well-known-values.stderr b/src/test/ui/check-cfg/well-known-values.stderr index 4ec74494fe0..6c0dc05ba23 100644 --- a/src/test/ui/check-cfg/well-known-values.stderr +++ b/src/test/ui/check-cfg/well-known-values.stderr @@ -6,7 +6,7 @@ LL | #[cfg(target_os = "linuz")] | | | help: did you mean: `"linux"` | - = note: expected values for `target_os` are: android, cuda, dragonfly, emscripten, espidf, freebsd, fuchsia, haiku, hermit, horizon, illumos, ios, l4re, linux, macos, netbsd, none, openbsd, psp, redox, solaris, solid_asp3, tvos, uefi, unknown, vxworks, wasi, watchos, windows, xous + = note: expected values for `target_os` are: 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, vxworks, wasi, watchos, windows, xous = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value |
