Skip to content

Commit be94add

Browse files
committed
fix(alt): Alude to implicit type support
1 parent 674ec04 commit be94add

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/3857-cfg-version.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ So given `--cfg=rust --cfg=rust=version("1.95.0")`, you could do `cfg(rust >= ve
548548

549549
With typing,
550550
`cfg_values!` (a future possibility) could evaluate to the given type.
551-
So for `--cfg foo=integer("1')`, `cfg_value!(foo)` would be as if you typed `1`.
551+
So for `--cfg foo=integer("1')` (maybe even `--cfg foo=1`), `cfg_value!(foo)` would be as if you typed `1`.
552552
For versions,
553553
as there is no native Rust type,
554554
we'd likely have it evaluate to a `&'static str`.

0 commit comments

Comments
 (0)