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
I ran into issues with this because I had RUSTFLAGS set via env and it overwrites the ones set in the config.toml target. That makes for some very non-intuitive errors.
I ran into issues with this because I had
RUSTFLAGSset via env and it overwrites the ones set in theconfig.tomltarget. That makes for some very non-intuitive errors.Why isn't this just controlled via features?