Releases: dtolnay/trybuild
Releases · dtolnay/trybuild
1.0.51
- Strip line numbers from every file other than the one that was the argument to
fn compile_fail
(#136)
1.0.50
- Fix a case of normalization unexpectedly replacing a URL component as if it were a directory path (#134)
1.0.49
- Improvements to normalization of project directory in compiler output (#130, #131, #132)
1.0.48
- Eliminate inconsistency between windows and unix filepaths in diagnostics
1.0.47
- Normalize extern crate filepaths after
-->
to account for upstream rustc diagnostics changes (#128)
1.0.45
- Expose a cfg that forces building as host architecture during a cross build (#123, thanks @taiki-e)
1.0.44
- Make ui tests compatible with
-Z instrument-coverage
and other uses of RUSTFLAGS (#121, thanks @taiki-e)
1.0.43
- Replace path to cargo registry with normalized path (#117, thanks @bkchr)
1.0.42
- Prevent concurrent test runs from clashing on project directory (#58, #114)