File tree 1 file changed +7
-2
lines changed
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -342,8 +342,13 @@ fn linux_only() {
342
342
}
343
343
```
344
344
345
- The precise details of how these implications are specified---and what
346
- implications are desired---are left as implementation details.
345
+ Of course, primitive portabilities in practice are key-value pairs (like
346
+ ` target_os = "unix" ` ). This RFC proposes to treat * all* keys as multimaps, that
347
+ is, to not introduce assumptions like `nand(target_os = "unix", target_os =
348
+ "windows")` for simplicity's sake; uses of ` cfg` in practice will not produce
349
+ such nonsensical situations. However, the precise details of how these
350
+ implications are specified---and what implications are desired---are left as
351
+ implementation details that need to be worked out with real-world experience.
347
352
348
353
### Determining the portability of referenced items
349
354
You can’t perform that action at this time.
0 commit comments