In the (admittedly unusual) situation where the `Cargo.lock` in a project is read-only, [trybuild copies the file including the read-only permissions](https://github.com/dtolnay/trybuild/blob/89963402acbd517e9fd0697b8152461c823037d0/src/cargo.rs#L76) and later errors due to this: ``` Caused by: failed to open: ..../cargo-target/tests/trybuild/my-package/Cargo.lock Caused by: Permission denied (os error 13) ``` Will make a PR to fix