Releases: dtolnay/trybuild
Releases · dtolnay/trybuild
1.0.31
- Normalize platform-dependent dir separators in type names of closures (#81, thanks @erickt)
1.0.30
- Documentation improvements
1.0.29
- Show more helpful error when a
cargo metadata
invocation fails (#78)
1.0.28
- Normalize absolute paths that point into the host's rustup
rust-src
component (#74)
1.0.27
- Normalize away trailing whitespace before writing stderr files; trailing whitespace is problematic because some editors will throw it away on save
1.0.26
- Normalize some instances of Windows path separators (#66)
1.0.25
- Pass the same
--features
argument across all invocations of cargo build (#59, thanks @hannobraun)
1.0.24
- Force lockfile generation to be more resilient to stale dependencies (#54, thanks @ascjones)
1.0.22
- Mention TRYBUILD=overwrite in the error message when a compile-fail test fails (#49)