Skip to content

Commit 71711b9

Browse files
committed
[watchos] Update expected cfg-check output to include watchos
1 parent 44cb141 commit 71711b9

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, watchos, windows
1111

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

0 commit comments

Comments
 (0)