Releases: dtolnay/trybuild
Releases · dtolnay/trybuild
1.0.101
- Fix rustflags unification when using target-specific rustflags in a config.toml (#293)
1.0.99
- Keep track of whether manifest overrides workspace dependency's default-features (#284)
1.0.98
- Fix enabling of default features for workspace dependencies (#282, thanks @gui1117)
1.0.97
- Normalize number of types listed in "the following other types implement trait" diagnostics (#277)
1.0.96
- Support Windows builds that have OUT_DIR prefixed with
\\?\
(#271)
1.0.95
- Keep long type names in diagnostics so that test output does not vary depending on the length of the absolute filepath of the crate (#269)
1.0.94
- Resolve unexpected_cfgs warning (#268)
1.0.93
- Remove dependency on
once_cell
crate (#266, thanks @taiki-e)
1.0.92
- Update normalization of verbose type paths to accommodate error message changes in rust 1.78 (#265, thanks @weiznich)