You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on this conversation in the Rust Community discord's #dev-tools channel, it sounds like this might be a matter of rustc trying to use a different version of address sanitizer than is available on the system?
Normally I'd expect some kind of error about failing to find an appropriate library, but perhaps address sanitizer involves a little too much special case magic pixie dust...?
(I could also be completely off-basis, I don't know the inner workings of address sanitizer very well)
I tried to build my project here with address sanitizer:
RUSTFLAGS="-Z sanitizer=address" cargo +nightly run --target x86_64-apple-darwin --bin editor
and I got a link error about a bunch of undefined symbols:
Meta
The text was updated successfully, but these errors were encountered: