How can I do cfg or

Is there a way to do something that can be like #[cfg(or(..., ...)]
Of course or is invalid predicate which I tried, is there some way to mimic this behaviour

#[cfg(any(..., ...))] instead of or.

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.