You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
= help: to expect this configuration use `--check-cfg=cfg(foo, values("too"))`
11
+
= note: see <https://doc.rust-lang.org/nightly/unstable-book/compiler-flags/check-cfg.html> for more information about checking conditional configuration
12
+
= note: `#[warn(unexpected_cfgs)]` on by default
13
+
14
+
warning: unexpected `cfg` condition value: `bar`
15
+
--> $DIR/values-none.rs:16:7
16
+
|
17
+
LL | #[cfg(foo = "bar")]
18
+
| ^^^--------
19
+
| |
20
+
| help: remove the value
21
+
|
22
+
= note: no expected value for `foo`
23
+
= help: to expect this configuration use `--check-cfg=cfg(foo, values("bar"))`
24
+
= note: see <https://doc.rust-lang.org/nightly/unstable-book/compiler-flags/check-cfg.html> for more information about checking conditional configuration
= help: to expect this configuration use `--check-cfg=cfg(foo, values("too"))`
11
+
= note: see <https://doc.rust-lang.org/nightly/unstable-book/compiler-flags/check-cfg.html> for more information about checking conditional configuration
12
+
= note: `#[warn(unexpected_cfgs)]` on by default
13
+
14
+
warning: unexpected `cfg` condition value: `bar`
15
+
--> $DIR/values-none.rs:16:7
16
+
|
17
+
LL | #[cfg(foo = "bar")]
18
+
| ^^^--------
19
+
| |
20
+
| help: remove the value
21
+
|
22
+
= note: no expected value for `foo`
23
+
= help: to expect this configuration use `--check-cfg=cfg(foo, values("bar"))`
24
+
= note: see <https://doc.rust-lang.org/nightly/unstable-book/compiler-flags/check-cfg.html> for more information about checking conditional configuration
0 commit comments