We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 742c6b3 commit b1b7064Copy full SHA for b1b7064
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "trybuild"
3
-version = "1.0.95"
+version = "1.0.96"
4
authors = ["David Tolnay <[email protected]>"]
5
categories = ["development-tools::testing"]
6
description = "Test harness for ui tests of compiler diagnostics"
src/lib.rs
@@ -208,7 +208,7 @@
208
//! makes error messages that we care about substantially worse, it is also
209
//! important to catch and report as a compiler issue.
210
211
-#![doc(html_root_url = "https://docs.rs/trybuild/1.0.95")]
+#![doc(html_root_url = "https://docs.rs/trybuild/1.0.96")]
212
#![allow(
213
clippy::collapsible_if,
214
clippy::default_trait_access,
0 commit comments