From 227056fa362ce0dd4ea84bd96de9fd843926549d Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Thu, 1 Dec 2022 10:41:33 +0100 Subject: [PATCH] Fix an issue that appears with trybuild v1.0.72 See https://github.com/dtolnay/trybuild/pull/209 Likely happened because we're using a non-standard setup of trybuild. --- crates/test-ui/Cargo.toml | 2 +- crates/test-ui/src/lib.rs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 crates/test-ui/src/lib.rs diff --git a/crates/test-ui/Cargo.toml b/crates/test-ui/Cargo.toml index 1ce021232..2bc8fd42c 100644 --- a/crates/test-ui/Cargo.toml +++ b/crates/test-ui/Cargo.toml @@ -23,7 +23,7 @@ gnustep-2-1 = ["gnustep-2-0", "block2/gnustep-2-1", "objc2/gnustep-2-1"] run = ["trybuild"] [dependencies] -trybuild = { version = "1.0.63", optional = true } +trybuild = { version = "1.0.72", optional = true } block2 = { path = "../block2", default-features = false } objc2 = { path = "../objc2", default-features = false } diff --git a/crates/test-ui/src/lib.rs b/crates/test-ui/src/lib.rs new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/crates/test-ui/src/lib.rs @@ -0,0 +1 @@ +