-
You can define an environment variable for When you do |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
its possible that rustflags is defined in the internal makefile, maybe stable.toml and therefore overwirtes external value. |
Beta Was this translation helpful? Give feedback.
-
i see i dknt overwrite it.... i wonder if its same cargo issue you fixed a while back |
Beta Was this translation helpful? Give feedback.
-
i'm releasing a fix for this now. will be released in an hour or less. |
Beta Was this translation helpful? Give feedback.
Thanks for reminding me about #1059 (comment). I reread the threads, and it looks like the original recommendation from
rustup
was to clearCARGO
,RUSTC
, andRUSTDOC
, but in the original fix, you added code to resetRUSTC
,RUSTDOC
andRUSTFLAGS
. I think that to fix this,RUSTFLAGS
needs to be removed from the list of vars to clear (as it shouldn't have been there in the first place).