diff options
| author | Andrés Martínez <andresmartinez@z1.digital> | 2022-12-14 19:39:16 +0100 |
|---|---|---|
| committer | Andrés Martínez <andresmartinez@z1.digital> | 2022-12-14 19:39:16 +0100 |
| commit | 76430c39f0a78448bcad5a8cdabc0d48bdf3cf2f (patch) | |
| tree | 468a11a7c3341abacc5c4a2d3feb407d82c65820 /src/test | |
| parent | 2176e3a7a4a8dfbea92f3104244fbf8fad4faf9a (diff) | |
| download | rust-76430c39f0a78448bcad5a8cdabc0d48bdf3cf2f.tar.gz rust-76430c39f0a78448bcad5a8cdabc0d48bdf3cf2f.zip | |
Added PlayStation Vita support
Diffstat (limited to 'src/test')
| -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 29ececea5d3..69d799783a9 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: 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, vxworks, wasi, watchos, windows, xous + = 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 = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value |
