Skip to content

Commit dc78970

Browse files
committed
test: add xous to well-known-values.stderr
Signed-off-by: Sean Cross <[email protected]>
1 parent 796d7d2 commit dc78970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/check-cfg/well-known-values.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ LL | #[cfg(target_os = "linuz")]
77
| help: did you mean: `"linux"`
88
|
99
= note: `#[warn(unexpected_cfgs)]` on by default
10-
= 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
10+
= 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
1111

1212
warning: unexpected `cfg` condition value
1313
--> $DIR/well-known-values.rs:14:7

0 commit comments

Comments
 (0)