Releases: dtolnay/trybuild
Releases · dtolnay/trybuild
1.0.21
- Define
--cfg trybuild
when building the ui tests; this allows build scripts (via cfg!(trybuild)
) and libraries (via #[cfg(trybuild)]
) to omit parts that are unneeded for the ui tests
1.0.19
- Add experimental support for highlighting the difference between expected and actual compiler output (#41)
1.0.18
- Specify correct minimal versions of dependencies (#37, thanks @mathstuf)
1.0.17
- Clarify warning message when no trybuild tests are enabled
1.0.16
- Avoid creating conflicts in the tested crate's target directory on nightly-2019-10-03 and up (rust-lang/cargo#7472)
1.0.15
- Normalize separators in $WORKSPACE paths (#32, thanks @dherman)
1.0.14
- Normalize workspace-relative paths (#28)
1.0.13
- Update filter for insignificant lines to take into account the message change in rust-lang/cargo#7369