Your issue may already be reported!
Please search on the Actix Web issue tracker before creating one.
be build
cannot produce proc-macro for `actix-macros v0.1.1` as the target `x86_64-unknown-linux-musl` does not support these crate types
1.
2.
3.
4.
alpine
x86_64-unknown-linux-musl
actix-web = { version="^2.0", features=["openssl"] }
rustc -V): 1.40This is not specific to actix-web - it's a general issue with running proc-macros on a musl host. See https://github.com/rust-lang/cargo/issues/7563
Most helpful comment
This is not specific to
actix-web- it's a general issue with running proc-macros on a musl host. See https://github.com/rust-lang/cargo/issues/7563