File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,6 @@ development process.
11
11
In order to accomplish that goal, ` rustc ` accepts the ` --check-cfg ` flag, which specifies
12
12
whether to check conditions and how to check them.
13
13
14
- > ** Note:** No implicit expectation is added when using ` --cfg ` . Users are expected to
15
- pass all expected names and values using the _ check cfg specification_ .
16
-
17
14
> ** Note:** For interacting with this through Cargo,
18
15
see [ Cargo Specifics] ( check-cfg/cargo-specifics.md ) page.
19
16
@@ -36,6 +33,9 @@ where `name` is a bare identifier (has no quotes) and each `"value"` term is a q
36
33
string. ` name ` specifies the name of the condition, such as ` feature ` or ` my_cfg ` .
37
34
` "value" ` specify one of the value of that condition name.
38
35
36
+ > ** Note:** No implicit expectation is added when using ` --cfg ` . Users are expected to
37
+ pass all expected names and values using the _ check cfg specification_ .
38
+
39
39
When the ` cfg(...) ` option is specified, ` rustc ` will check every[ ^ reachable ] :
40
40
- ` #[cfg(name = "value")] ` attribute
41
41
- ` #[cfg_attr(name = "value")] ` attribute
You can’t perform that action at this time.
0 commit comments