diff options
| author | Sean Cross <sean@xobs.io> | 2022-05-31 16:56:40 +0800 |
|---|---|---|
| committer | Sean Cross <sean@xobs.io> | 2022-06-04 18:47:27 +0800 |
| commit | dc789701a022e7ef305a825b26744b26a9b6a248 (patch) | |
| tree | a51e91df776e1b9262bdede53dcfe03cb9366f23 /src | |
| parent | 796d7d28246521b858d4bced4ba87f610babfef3 (diff) | |
| download | rust-dc789701a022e7ef305a825b26744b26a9b6a248.tar.gz rust-dc789701a022e7ef305a825b26744b26a9b6a248.zip | |
test: add `xous` to well-known-values.stderr
Signed-off-by: Sean Cross <sean@xobs.io>
Diffstat (limited to 'src')
| -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 8b04c770fb5..a1f7e17d778 100644 --- a/src/test/ui/check-cfg/well-known-values.stderr +++ b/src/test/ui/check-cfg/well-known-values.stderr @@ -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 |
