async-stream icon indicating copy to clipboard operation
async-stream copied to clipboard

Module doesn't build on ARM target

Open mstepien-mobica opened this issue 1 year ago • 1 comments

error: cannot produce proc-macro for async-stream-impl v0.3.5 as the target aarch64-unknown-linux-gnu does not support these crate types

mstepien-mobica avatar Apr 24 '24 11:04 mstepien-mobica

I guess this is https://github.com/rust-lang/rust/issues/78210.

taiki-e avatar Apr 25 '24 14:04 taiki-e

This seems to be a problem with the way you tried to compile the code, or with the proc-macro itself, and does not seem to be a problem with this project itself, so I'm going to close this.

taiki-e avatar Oct 01 '24 15:10 taiki-e