Closed
Description
It would be nice to make use of locking, to make sure CI and me actually test the same stuff.
The problem, if I recall correct what @oli-obk said, is that this lockfile would be picked up by rustc as well through the submodule, and we do not want that. Is that right? How do other tools handle this?