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 have a rather large project and I need to sometimes change RUSTC_BOOTSTRAP for some reasons. This causes proc_macro2 to recompile, which in turn recompile a large portion of our dependency tree. I personally find it quite surprising that this happens as this behavior is not documented anywhere.
I have a rather large project and I need to sometimes change
RUSTC_BOOTSTRAP
for some reasons. This causesproc_macro2
to recompile, which in turn recompile a large portion of our dependency tree. I personally find it quite surprising that this happens as this behavior is not documented anywhere.Cargo verbose log:
Offending source code:
proc-macro2/build.rs
Line 131 in aa9476b
The text was updated successfully, but these errors were encountered: