File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,6 @@ development process.
1111In order to accomplish that goal, ` rustc ` accepts the ` --check-cfg ` flag, which specifies
1212whether to check conditions and how to check them.
1313
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-
1714> ** Note:** For interacting with this through Cargo,
1815 see [ Cargo Specifics] ( check-cfg/cargo-specifics.md ) page.
1916
@@ -26,6 +23,9 @@ breaking change.
2623To specify expected names and values, the _ check cfg specification_ provides the ` cfg(...) `
2724option which enables specifying for an expected config name and it's expected values.
2825
26+ > ** Note:** No implicit expectation is added when using ` --cfg ` . Users are expected to
27+ pass all expected names and values using the _ check cfg specification_ .
28+
2929It has this basic form:
3030
3131``` bash
You can’t perform that action at this time.
0 commit comments