Looks like pub fn main() { #[cfg(any())] ()[cfg(bar)]() } replicates it as well -- seems to be a parsing issue with outer attributes
Looks like
pub fn main() { #[cfg(any())] ()[cfg(bar)]() }
replicates it as well -- seems to be a parsing issue with outer attributes
Originally posted by @powerboat9 in #4167