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 @@ -1173,9 +1173,9 @@ rustflags = ["…", "…"]
1173
1173
```
1174
1174
1175
1175
` cfg ` values come from those built-in to the compiler (run ` rustc --print=cfg `
1176
- to view), values set by [ build scripts ] , and extra ` --cfg ` flags passed to
1177
- ` rustc ` (such as those defined in ` RUSTFLAGS ` ). Do not try to match on
1178
- ` debug_assertions ` or Cargo features like ` feature="foo" ` .
1176
+ to view) and extra ` --cfg ` flags passed to ` rustc ` (such as those defined in
1177
+ ` RUSTFLAGS ` ). Do not try to match on ` debug_assertions ` , ` test ` or Cargo
1178
+ features like ` feature="foo" ` .
1179
1179
1180
1180
If using a target spec JSON file, the [ ` <triple> ` ] value is the filename stem.
1181
1181
For example ` --target foo/bar.json ` would match ` [target.bar] ` .
You can’t perform that action at this time.
0 commit comments