diff options
| author | bors <bors@rust-lang.org> | 2023-01-03 23:38:28 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-01-03 23:38:28 +0000 |
| commit | fbe82928729c29ea953c95defb81b302dd704fae (patch) | |
| tree | 499c902c7cf61a6822209fbdb35bd3d0d6dc4ddd /src/test | |
| parent | c7572670a1302f5c7e245d069200e22da9df0316 (diff) | |
| parent | 76430c39f0a78448bcad5a8cdabc0d48bdf3cf2f (diff) | |
| download | rust-fbe82928729c29ea953c95defb81b302dd704fae.tar.gz rust-fbe82928729c29ea953c95defb81b302dd704fae.zip | |
Auto merge of #105712 - amg98:feat/vita-support, r=wesleywiser
PlayStation Vita support Just the compiler definitions for no-std projects and std support using newlib Earlier PR: https://github.com/rust-lang/rust/pull/105606
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 |
