Problem
I was running into a strange dependency management issue that seemed like it might be solved with the resolver, however when I tried it out, it causes the linker to spit out a huge Undefined symbols for x86_64 error for symbols from core . I assume it's a bug in resolver="2" because it compiles when that isn't set.
Steps
- Clone https://github.com/EmbarkStudios/rust-gpu
- Checkout
resolver-error
cargo build
Notes
Output of cargo version: cargo 1.52.0-nightly (c68432f1e 2021-03-02)
(Gist because it exceed's GitHub's character limit for issues)