]> git.lizzy.rs Git - rust.git/commitdiff
test: add `xous` to well-known-values.stderr
authorSean Cross <sean@xobs.io>
Tue, 31 May 2022 08:56:40 +0000 (16:56 +0800)
committerSean Cross <sean@xobs.io>
Sat, 4 Jun 2022 10:47:27 +0000 (18:47 +0800)
Signed-off-by: Sean Cross <sean@xobs.io>
src/test/ui/check-cfg/well-known-values.stderr

index 8b04c770fb505f99c805aabaf8a938b56ceabf9d..a1f7e17d778c50cb8202c172945d8224ba13d4ec 100644 (file)
@@ -7,7 +7,7 @@ LL | #[cfg(target_os = "linuz")]
    |                   help: did you mean: `"linux"`
    |
    = note: `#[warn(unexpected_cfgs)]` on by default
-   = 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, windows
+   = 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, windows, xous
 
 warning: unexpected `cfg` condition value
   --> $DIR/well-known-values.rs:14:7