Closed wmmc88 closed 6 months ago
Is there anyway to use rustversion in conjunction with cfg_if? It would nice to be able to do some if/else instead of individual blocks that have rustversion attributes on them
rustversion
cfg_if
I don't think so. But someone should explore different implementation approaches that could work with cfg_if.
Is there anyway to use
rustversion
in conjunction withcfg_if
? It would nice to be able to do some if/else instead of individual blocks that have rustversion attributes on them