Closed vext01 closed 4 years ago
The Cargo.lock
seems to have changed a lot. (https://github.com/softdevteam/ykrustc/compare/ef55a0a92f3cb6572ef67d99f4aefbdeb7b6b804...b821f14b02cbb4dd423ac9ceb7354537982a42a1) Try resetting Cargo.lock
to the one of ef55a0a92f3cb6572ef67d99f4aefbdeb7b6b804.
The deps diff looks weird (it mostly changes comments) or is it just because it hasn't been squashed yet. Otherwise looks fine.
The deps change is mostly the doing of x.py fmt
, but there are other changes.
Will try @bjorn3's suggestion.
That worked!
OK to squash?
Please do.
splat
bors r+
Build succeeded:
This syncs upstream.
I've left a couple of commits on the end for review. I'll squash them later.
@bjorn3 Do you know why
deps.rs
needs to diverge from upstream (final commit), other than the new deps we added of course? Weird, right?Works with yk, and all tests pass.