Releases: dtolnay/trybuild
Releases · dtolnay/trybuild
1.0.80
- Improve normalization of error messages when using Cargo sparse registry protocol (#227, thanks @MingweiSamuel0)
1.0.79
- Use the more preferred
.cargo/config.toml
for configuring generated test package, rather than .cargo/config
(#226)
1.0.78
- Normalize paths which refer to rustc's build directory:
/rustc/c5c7d2b37780dac1092e75f12ab97dd56c30861d/library/core/src/fmt/mod.rs:786:1
(#224, thanks @schreter)
1.0.73
- Documentation improvements
1.0.72
- Fix a warning when using trybuild from a test-only Cargo package, i.e. without a library target (#208)