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
Delete json error metadata for a crate if it is out-of-date.
I could not figure out a good way to encode this solely in makefile
rules. Even the approach here is pretty ad-hoc; it is heavily relying
on the fact that all rustc crates (and thus all the json files that
compiling such crates would generate on the side) have to wait for
`libsyntax` to be built before they can be compiled, and thus it
should be sound to make this check a prereq for the `stamp.syntax`.
(At least, that is what I hope.)
Fixrust-lang#25364
0 commit comments