Releases: dtolnay/trybuild
Releases · dtolnay/trybuild
1.0.103
- Fix unindentation of multiline note (#301)
1.0.102
- Detect compilation failure more reliably for filepaths containing
..
(#300)
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)