Michael Pfaff
Results
81
comments of
Michael Pfaff
This is most minimal reproduction I've found: ```rust cfg_if! { if #[_] { if } } ``` Although I should note that it doesn't produce any debug messages when run...