Seeing:
note: rust-lld: error: undefined symbol: ngx_palloc
rust-lld: error: undefined symbol: ngx_pool_cleanup_add
rust-lld: error: undefined symbol: ngx_array_push
when running cargo test. cargo build works fine. This is happening for me even on the curl.rs example. Using vendored
Am I missing something or is this an issue?