]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/check-cfg/invalid-cfg-name.stderr
New upstream version 1.61.0+dfsg1
[rustc.git] / src / test / ui / check-cfg / invalid-cfg-name.stderr
index 2587685afa048a66ed27f66973ecfbb01a13fed0..2bd1821c9422b79ae60e1e631dfce6329f31b0b0 100644 (file)
@@ -2,7 +2,7 @@ warning: unexpected `cfg` condition name
   --> $DIR/invalid-cfg-name.rs:7:7
    |
 LL | #[cfg(widnows)]
-   |       ^^^^^^^
+   |       ^^^^^^^ help: did you mean: `windows`
    |
    = note: `#[warn(unexpected_cfgs)]` on by default