ethanlin01x commented on issue #3788: URL: https://github.com/apache/iggy/issues/3788#issuecomment-5151756231
Can't reproduce on my M-series Mac (aarch64-apple-darwin) with current master. Could you run `rustc -vV | grep host`? My guess is your toolchain is `x86_64-apple-darwin` (Rosetta), which skips the cfg exemption. If so, switching to the native toolchain (`rustup default stable-aarch64-apple-darwin`) should fix it for you. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
