From 7de8d43c41c9aeaa3374e2827689d9b80c69757c Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 13 Jan 2024 18:10:49 -0800 Subject: [PATCH 1/2] Revert "Update ui test suite to nightly-2024-01-14" This reverts commit a853773f9961f988576864e48e3042d821c70667. --- tests/ui/used-linker.stderr | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/ui/used-linker.stderr b/tests/ui/used-linker.stderr index 6811584..036e95d 100644 --- a/tests/ui/used-linker.stderr +++ b/tests/ui/used-linker.stderr @@ -6,4 +6,3 @@ error[E0658]: `#[used(linker)]` is currently unstable | = note: see issue #93798 for more information = help: add `#![feature(used_with_arg)]` to the crate attributes to enable - = note: this compiler was built on 2024-01-13; consider upgrading it if it is out of date From ee93224ba2ef7b096ab78607242d59202702ddaa Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 13 Jan 2024 18:31:16 -0800 Subject: [PATCH 2/2] Pull in trybuild update for normalizing compiler build date --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 30750ed..5c23b84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ rust-version = "1.62" [dev-dependencies] rustversion = "1.0" -trybuild = { version = "1.0.66", features = ["diff"] } +trybuild = { version = "1.0.89", features = ["diff"] } [lib] doc-scrape-examples = false