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
Given the code below, I would expect Cargo to rebuild the crate when FOO changes, but this currently does not happen. I don't know if Cargo currently has enough information to handle this, though.
fnfoo() -> &'staticstr{env!("FOO")}
The text was updated successfully, but these errors were encountered:
Given the code below, I would expect Cargo to rebuild the crate when
FOO
changes, but this currently does not happen. I don't know if Cargo currently has enough information to handle this, though.The text was updated successfully, but these errors were encountered: