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 a1d8b13 commit 9692965Copy full SHA for 9692965
2 files changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "trybuild"
3
-version = "1.0.84"
+version = "1.0.85"
4
authors = ["David Tolnay <dtolnay@gmail.com>"]
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.84")]
+#![doc(html_root_url = "https://docs.rs/trybuild/1.0.85")]
212
#![allow(
213
clippy::collapsible_if,
214
clippy::default_trait_access,
0 commit comments