Closed
Description
A couple of crates are failing to build in 1.55 that passed in 1.54 (rust-lang/rust#87749):
- https://crater-reports.s3.amazonaws.com/beta-1.55-1/beta-2021-08-01/gh/hrafnskogr.rshell/log.txt
- https://crater-reports.s3.amazonaws.com/beta-1.55-1/beta-2021-08-01/gh/max-block.dev-cli/log.txt
In the first one, the tmp
crate is used, but not the second. But both are failing to remove the file tmp
.
Not sure if this is spurious or what. I haven't reproduced it yet. Also maybe related to #6313 (comment).