Releases: dtolnay/trybuild
Releases · dtolnay/trybuild
1.0.53
- Normalize diagnostics inside of generated sources written to the Cargo-provided OUT_DIR (#143)
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)